Gst.Message.prototype.parse_clock_lost

function parse_clock_lost():void {
    // Gjs wrapper for gst_message_parse_clock_lost()
}

Extracts the lost clock from the GstMessage. The clock object returned remains valid until the message is freed.

MT safe.