Gst.Message.prototype.parse_warning

function parse_warning():void {
    // Gjs wrapper for gst_message_parse_warning()
}

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.