The result of passing data to a pad.
Note that the custom return values should not be exposed outside of the
element scope and are available since 0.10.7.
GST_FLOW_CUSTOM_SUCCESS
Elements can use values starting from
this to define custom success codes.
Since 0.10.7.
GST_FLOW_RESEND
Resend buffer, possibly with new caps (not
send yet).
GST_FLOW_OK
Data passing was ok.
GST_FLOW_NOT_LINKED
Pad is not linked.
GST_FLOW_WRONG_STATE
Pad is in wrong state.
GST_FLOW_UNEXPECTED
Did not expect anything, like after EOS.
GST_FLOW_NOT_NEGOTIATED
Pad is not negotiated.
GST_FLOW_ERROR
Some (fatal) error occured. Element generating
this error should post an error message with more
details.
GST_FLOW_NOT_SUPPORTED
This operation is not supported.
GST_FLOW_CUSTOM_ERROR
Elements can use values starting from
this to define custom error codes. Since 0.10.7.
The result of passing data to a pad. Note that the custom return values should not be exposed outside of the element scope and are available since 0.10.7. GST_FLOW_CUSTOM_SUCCESS Elements can use values starting from this to define custom success codes. Since 0.10.7. GST_FLOW_RESEND Resend buffer, possibly with new caps (not send yet). GST_FLOW_OK Data passing was ok. GST_FLOW_NOT_LINKED Pad is not linked. GST_FLOW_WRONG_STATE Pad is in wrong state. GST_FLOW_UNEXPECTED Did not expect anything, like after EOS. GST_FLOW_NOT_NEGOTIATED Pad is not negotiated. GST_FLOW_ERROR Some (fatal) error occured. Element generating this error should post an error message with more details. GST_FLOW_NOT_SUPPORTED This operation is not supported. GST_FLOW_CUSTOM_ERROR Elements can use values starting from this to define custom error codes. Since 0.10.7.