MT safe.
Message.newStreamStatus
gst.message.Message newStreamStatus(gst.object.ObjectWrap src, gst.types.StreamStatusType type, gst.element.Element owner)Create a new stream status message. This message is posted when a streaming thread is created/destroyed or when the state changed.
Parameters
src | The object originating the message. |
type | The stream status type. |
owner | the owner element of src. |
Returns
the new stream status message.