Message.newClockLost

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 gst.object.ObjectGst

The object originating the message.

clock gst.clock.Clock

the clock that was lost

Return Value

Type: gst.message.Message

The new clock lost message.

MT safe.