Gst.FlowReturn

The result of passing data to a pad.

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

FlowReturn.CUSTOM_SUCCESS_2

Pre-defined custom success code.

FlowReturn.CUSTOM_SUCCESS_1

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

FlowReturn.CUSTOM_SUCCESS

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

FlowReturn.OK

Data passing was ok.

FlowReturn.NOT_LINKED

Pad is not linked.

FlowReturn.FLUSHING

Pad is flushing.

FlowReturn.EOS

Pad is EOS.

FlowReturn.NOT_NEGOTIATED

Pad is not negotiated.

FlowReturn.ERROR

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

FlowReturn.NOT_SUPPORTED

This operation is not supported.

FlowReturn.CUSTOM_ERROR

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

FlowReturn.CUSTOM_ERROR_1

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

FlowReturn.CUSTOM_ERROR_2

Pre-defined custom error code.