Gst.Message.new_clock_lost
function new_clock_lost(src:Gst.Object, clock:Gst.Clock):Gst.Message { // Gjs wrapper for gst_message_new_clock_lost() }
Create a clock lost message. This message is posted whenever the clock is not valid anymore.
If this message is posted by the pipeline, the pipeline will select a new clock again when it goes to PLAYING. It might therefore be needed to set the pipeline to PAUSED and PLAYING again.
- src
the object originating the message.
- clock
the clock that was lost
- Returns
The new clock lost message. MT safe.