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
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