Message.newDurationChanged

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.

class Message
static
newDurationChanged

Parameters

src gst.object.ObjectGst

The object originating the message.

Return Value

Type: gst.message.Message

The new duration-changed message.

MT safe.