GstStreamStatusType

The type of a gst.types.MessageType.StreamStatus. The stream status messages inform the application of new streaming threads and their status.

Values

ValueMeaning
Create0

A new thread need to be created.

Enter1

a thread entered its loop function

Leave2

a thread left its loop function

Destroy3

a thread is destroyed

Start8

a thread is started

Pause9

a thread is paused

Stop10

a thread is stopped