[ CCode ( has_construct_function = false ) ]
public Message.clock_lost (Object? src, 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.
| src |
The object originating the message. |
| clock |
the clock that was lost |
|
The new clock lost message. MT safe. |