Enumeration (GI Enum)

Gst-1.0GstFlowReturn

The result of passing data to a pad.

Note that the custom return values should not be exposed outside of the element scope.

Index
CUSTOM_ERROR: -100

Elements can use values starting from this (and lower) to define custom error codes.

CUSTOM_ERROR_1: -101

Pre-defined custom error code (define your custom error code to this to avoid compiler warnings).

CUSTOM_ERROR_2: -102

Pre-defined custom error code.

CUSTOM_SUCCESS: 100

Elements can use values starting from this (and higher) to define custom success codes.

CUSTOM_SUCCESS_1: 101

Pre-defined custom success code (define your custom success code to this to avoid compiler warnings).

CUSTOM_SUCCESS_2: 102

Pre-defined custom success code.

EOS: -3

Pad is EOS.

ERROR: -5

Some (fatal) error occurred. Element generating this error should post an error message using GST_ELEMENT_ERROR() with more details.

FLUSHING: -2

Pad is flushing.

NOT_LINKED: -1

Pad is not linked.

NOT_NEGOTIATED: -4

Pad is not negotiated.

NOT_SUPPORTED: -6

This operation is not supported.

OK: 0

Data passing was ok.

Variables

$gtype