Lines Matching refs:srcresult
206 enc->srcresult = GST_FLOW_FLUSHING; in gst_mpeg2enc_src_activate_mode()
218 enc->srcresult = GST_FLOW_OK; in gst_mpeg2enc_reset()
246 if (G_UNLIKELY (enc->srcresult != GST_FLOW_OK)) { in gst_mpeg2enc_start()
268 enc->srcresult = GST_FLOW_FLUSHING; in gst_mpeg2enc_stop()
513 enc->srcresult = GST_FLOW_OK; in gst_mpeg2enc_sink_event()
552 if (enc->srcresult != GST_FLOW_OK) { in gst_mpeg2enc_loop()
554 enc->srcresult = GST_FLOW_ERROR; in gst_mpeg2enc_loop()
600 enc->srcresult = GST_FLOW_NOT_NEGOTIATED; in gst_mpeg2enc_loop()
617 enc->srcresult = GST_FLOW_ERROR; in gst_mpeg2enc_loop()
623 if (enc->srcresult == GST_FLOW_OK) { in gst_mpeg2enc_loop()
659 gst_flow_get_name (enc->srcresult)); in gst_mpeg2enc_loop()
676 if (G_UNLIKELY (enc->srcresult != GST_FLOW_OK)) in gst_mpeg2enc_handle_frame()
689 if (G_UNLIKELY (enc->srcresult != GST_FLOW_OK)) in gst_mpeg2enc_handle_frame()
719 GstFlowReturn ret = enc->srcresult; in gst_mpeg2enc_handle_frame()
723 gst_flow_get_name (enc->srcresult)); in gst_mpeg2enc_handle_frame()