Gst.StreamStatusType

The type of a Gst.MessageType.stream_status. The stream status messages inform the application of new streaming threads and their status.

StreamStatusType.CREATE

A new thread need to be created.

StreamStatusType.ENTER

a thread entered its loop function

StreamStatusType.LEAVE

a thread left its loop function

StreamStatusType.DESTROY

a thread is destroyed

StreamStatusType.START

a thread is started

StreamStatusType.PAUSE

a thread is paused

StreamStatusType.STOP

a thread is stopped