Home
last modified time | relevance | path

Searched refs:GST_CUSTOM_FLOW_DROP (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/ext/theora/
Dgsttheoradec.c64 #define GST_CUSTOM_FLOW_DROP GST_FLOW_CUSTOM_SUCCESS_1 macro
598 GstFlowReturn result = GST_CUSTOM_FLOW_DROP; in theoradec_handle_header_caps()
618 while (result == GST_CUSTOM_FLOW_DROP in theoradec_handle_header_caps()
633 GST_CUSTOM_FLOW_DROP ? GST_FLOW_NOT_NEGOTIATED : GST_FLOW_OK); in theoradec_handle_header_caps()
824 return GST_CUSTOM_FLOW_DROP; in theora_handle_data_packet()
829 return GST_CUSTOM_FLOW_DROP; in theora_handle_data_packet()
879 result = GST_CUSTOM_FLOW_DROP; in theora_dec_decode_buffer()
884 result = GST_CUSTOM_FLOW_DROP; in theora_dec_decode_buffer()
908 case GST_CUSTOM_FLOW_DROP: in theora_dec_handle_frame()
/third_party/gstreamer/gstplugins_base/
DChangeLog62058 theora: Remove FIXME and return GST_CUSTOM_FLOW_DROP for header packet handling