Module: Gst::ProgressType

Defined in:
(unknown)

Constant Summary collapse

START =

A new task started.

0 or :start
CONTINUE =

A task completed and a new one continues.

1 or :continue
COMPLETE =

A task completed.

2 or :complete
CANCELED =

A task was canceled.

3 or :canceled
ERROR =

A task caused an error. An error message is also posted on the bus.

4 or :error