GstStreamStatusType

The type of a GST_MESSAGE_STREAM_STATUS. 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