parse_info


Description:

public void parse_info (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_INFO.

gerror

location for the GError

debug

location for the debug message, or null