MT safe.
Message.newClockLost
gst.message.Message newClockLost(gst.object.ObjectWrap src, gst.clock.Clock clock)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.
Parameters
src | The object originating the message. |
clock | the clock that was lost |
Returns
The new clock lost message.