:right-sidebar: True StreamStatusType =================================================================== .. currentmodule:: gi.repository.Gst .. class:: StreamStatusType :no-contents-entry: The type of a :const:`~gi.repository.Gst.MessageType.STREAM_STATUS`. The stream status messages inform the application of new streaming threads and their status. Fields ------ .. rst-class:: interim-class .. class:: StreamStatusType :no-index: .. attribute:: CREATE A new thread need to be created. .. attribute:: DESTROY A thread is destroyed .. attribute:: ENTER A thread entered its loop function .. attribute:: LEAVE A thread left its loop function .. attribute:: PAUSE A thread is paused .. attribute:: START A thread is started .. attribute:: STOP A thread is stopped