Message.newStreamStatus

Create a new stream status message. This message is posted when a streaming thread is created/destroyed or when the state changed.

Parameters

src gst.object.ObjectGst

The object originating the message.

type gst.types.StreamStatusType

The stream status type.

owner gst.element.Element

the owner element of src.

Return Value

Type: gst.message.Message

the new stream status message.

MT safe.