Message.newSegmentStart

Create a new segment message. This message is posted by elements that start playback of a segment as a result of a segment seek. This message is not received by the application but is used for maintenance reasons in container elements.

Parameters

src gst.object.ObjectGst

The object originating the message.

format gst.types.Format

The format of the position being played

position long

The position of the segment being played

Return Value

Type: gst.message.Message

the new segment start message.

MT safe.