Module: Gst::FlowReturn
- Defined in:
- (unknown)
Constant Summary collapse
- CUSTOM_SUCCESS_2 =
Pre-defined custom success code.
102 or :custom_success_2
- CUSTOM_SUCCESS_1 =
Pre-defined custom success code (define your custom success code to this to avoid compiler warnings).
101 or :custom_success_1
- CUSTOM_SUCCESS =
Elements can use values starting from this (and higher) to define custom success codes.
100 or :custom_success
- OK =
Data passing was ok.
0 or :ok
- NOT_LINKED =
Pad is not linked.
-1 or :not_linked
- FLUSHING =
Pad is flushing.
-2 or :flushing
- EOS =
Pad is EOS.
-3 or :eos
- NOT_NEGOTIATED =
Pad is not negotiated.
-4 or :not_negotiated
- ERROR =
Some (fatal) error occurred. Element generating this error should post an error message using GST_ELEMENT_ERROR() with more details.
-5 or :error
- NOT_SUPPORTED =
This operation is not supported.
-6 or :not_supported
- CUSTOM_ERROR =
Elements can use values starting from this (and lower) to define custom error codes.
-100 or :custom_error
- CUSTOM_ERROR_1 =
Pre-defined custom error code (define your custom error code to this to avoid compiler warnings).
-101 or :custom_error_1
- CUSTOM_ERROR_2 =
Pre-defined custom error code.
-102 or :custom_error_2