Gst.Message.prototype.parse_stream_status

function parse_stream_status():void {
    // Gjs wrapper for gst_message_parse_stream_status()
}

Extracts the stream status type and owner the GstMessage. The returned owner remains valid for as long as the reference to message is valid and should thus not be unreffed.

MT safe.