parse_warning


Description:

public void parse_warning (out Error 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:

this

A valid Message of type GST_MESSAGE_WARNING.

gerror

location for the GError

debug

location for the debug message, or null