Module: Gst::StreamStatusType

Defined in:
(unknown)

Constant Summary collapse

CREATE =

A new thread need to be created.

0 or :create
ENTER =

a thread entered its loop function

1 or :enter
LEAVE =

a thread left its loop function

2 or :leave
DESTROY =

a thread is destroyed

3 or :destroy
START =

a thread is started

8 or :start
PAUSE =

a thread is paused

9 or :pause
STOP =

a thread is stopped

10 or :stop