Gst.Message.prototype.parse_info

function parse_info():void {
    // Gjs wrapper for gst_message_parse_info()
}

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.