Gst.Message.new_stream_status
function new_stream_status(src:Gst.Object, type:Gst.StreamStatusType, owner:Gst.Element):Gst.Message { // Gjs wrapper for gst_message_new_stream_status() }
Create a new stream status message. This message is posted when a streaming thread is created/destroyed or when the state changed.
- src
The object originating the message.
- type
The stream status type.
- owner
the owner element of src.
- Returns
the new stream status message. MT safe.