Message.newClockProvide

Create a clock provide message. This message is posted whenever an element is ready to provide a clock or lost its ability to provide a clock (maybe because it paused or became EOS).

This message is mainly used internally to manage the clock selection.

class Message
static
newClockProvide

Parameters

src gst.object.ObjectGst

The object originating the message.

clock gst.clock.Clock

the clock it provides

ready bool

true if the sender can provide a clock

Return Value

Type: gst.message.Message

the new provide clock message.

MT safe.