Searched refs:flow_status (Results 1 – 3 of 3) sorted by relevance
253 GstFlowReturn flow_status; in gst_openh264dec_handle_frame() local370 flow_status = gst_video_decoder_allocate_output_frame (decoder, frame); in gst_openh264dec_handle_frame()371 if (flow_status != GST_FLOW_OK) { in gst_openh264dec_handle_frame()374 return flow_status; in gst_openh264dec_handle_frame()
183 GstFlowReturn flow_status; member
707 qtpad->flow_status = GST_FLOW_OK; in gst_qt_mux_pad_reset()5467 pad->flow_status = gst_qt_mux_register_and_push_sample (qtmux, pad, last_buf, in gst_qt_mux_add_buffer()5470 if (pad->flow_status != GST_FLOW_OK) in gst_qt_mux_add_buffer()5556 if (pad->flow_status < GST_FLOW_OK && pad->flow_status != GST_FLOW_FLUSHING) in gst_qt_mux_add_buffer()5559 return pad->flow_status; in gst_qt_mux_add_buffer()5815 if (best_pad->flow_status != GST_FLOW_OK) in gst_qt_mux_aggregate()5816 return best_pad->flow_status; in gst_qt_mux_aggregate()