Lines Matching refs:last_ret
196 src->last_ret = GST_FLOW_FLUSHING; in gst_ipc_pipeline_src_init()
361 src->last_ret = GST_FLOW_OK; in gst_ipc_pipeline_src_start_loop()
510 src->last_ret = ret; in gst_ipc_pipeline_src_loop()
635 if (src->last_ret != GST_FLOW_OK) { in on_buffer()
636 GstFlowReturn last_ret = src->last_ret; in on_buffer() local
639 gst_flow_get_name (last_ret)); in on_buffer()
640 gst_ipc_pipeline_comm_write_flow_ack_to_fd (&src->comm, id, last_ret); in on_buffer()
688 GstFlowReturn last_ret = GST_FLOW_OK; in on_event() local
705 last_ret = src->last_ret; in on_event()
711 if (last_ret != GST_FLOW_OK) { in on_event()
713 gst_flow_get_name (last_ret)); in on_event()
726 if (last_ret != GST_FLOW_OK && !upstream) { in on_event()
728 gst_flow_get_name (last_ret)); in on_event()