Gst.Message.prototype.parse_new_clock

function parse_new_clock():void {
    // Gjs wrapper for gst_message_parse_new_clock()
}

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

MT safe.