GstStreamStatusType

The type of a GST_MESSAGE_STREAM_STATUS. The stream status messages inform the application of new streaming threads and their status. GST_STREAM_STATUS_TYPE_CREATE A new thread need to be created. GST_STREAM_STATUS_TYPE_ENTER a thread entered its loop function GST_STREAM_STATUS_TYPE_LEAVE a thread left its loop function GST_STREAM_STATUS_TYPE_DESTROY a thread is destroyed GST_STREAM_STATUS_TYPE_START a thread is started GST_STREAM_STATUS_TYPE_PAUSE a thread is paused GST_STREAM_STATUS_TYPE_STOP a thread is stopped

Values

ValueMeaning
TYPE_CREATE0
TYPE_ENTER1
TYPE_LEAVE2
TYPE_DESTROY3
TYPE_START8
TYPE_PAUSE9
TYPE_STOP10

Meta