Message.newNewClock

gst.message.Message newNewClock(gst.object.ObjectWrap src, gst.clock.Clock clock) static nothrow

Create a new clock message. This message is posted whenever the pipeline selects a new clock for the pipeline.

Parameters

srcThe object originating the message.
clockthe new selected clock

Returns

The new new clock message.

MT safe.