Message.newDurationChanged

gst.message.Message newDurationChanged(gst.object.ObjectWrap src = null)

Create a new duration changed message. This message is posted by elements that know the duration of a stream when the duration changes. This message is received by bins and is used to calculate the total duration of a pipeline.

Parameters

srcThe object originating the message.

Returns

The new duration-changed message.

MT safe.