Message.parseWarning
void parseWarning(out glib.error.ErrorWrap gerror, out string debug_)Extracts the GError and debug string from the GstMessage. The values returned in the output arguments are copies; the caller must free them when done.
MT safe.
Parameters
gerror | location for the GError |
debug_ | location for the debug message, or null |