Searched refs:GST_CUSTOM_FLOW_DROP (Results 1 – 2 of 2) sorted by relevance
64 #define GST_CUSTOM_FLOW_DROP GST_FLOW_CUSTOM_SUCCESS_1 macro598 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()
62058 theora: Remove FIXME and return GST_CUSTOM_FLOW_DROP for header packet handling