Message.newStreamStart

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

Create a new stream_start message. This message is generated and posted in the sink elements of a GstBin. The bin will only forward the STREAM_START message to the application if all sinks have posted an STREAM_START message.

Parameters

srcThe object originating the message.

Returns

The new stream_start message.

MT safe.