Message.newStreamStart

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.

class Message
static
newStreamStart

Parameters

src gst.object.ObjectGst

The object originating the message.

Return Value

Type: gst.message.Message

The new stream_start message.

MT safe.