Searched refs:GST_RTSP_EEOF (Results 1 – 6 of 6) sorted by relevance
101 GST_RTSP_EEOF = -11, enumerator
294 case GST_RTSP_EEOF: in gst_rtsp_strresult()
40 { C_ENUM(GST_RTSP_EEOF), "GST_RTSP_EEOF", "eeof" }, in gst_rtsp_result_get_type()
1293 return GST_RTSP_EEOF; in write_bytes()1368 return GST_RTSP_EEOF; in writev_bytes()1523 return GST_RTSP_EEOF; in read_bytes()3834 else if (G_UNLIKELY (res == GST_RTSP_EEOF)) { in gst_rtsp_source_dispatch_read()
5353 } else if (res == GST_RTSP_EEOF) in gst_rtspsrc_handle_request()5695 case GST_RTSP_EEOF: in gst_rtspsrc_loop_interleaved()5706 if (res == GST_RTSP_EEOF) in gst_rtspsrc_loop_interleaved()5816 case GST_RTSP_EEOF: in gst_rtspsrc_loop_udp()5841 if (res == GST_RTSP_EEOF) in gst_rtspsrc_loop_udp()6464 if (res == GST_RTSP_EEOF) in gst_rtsp_src_receive_response()6516 case GST_RTSP_EEOF: in gst_rtsp_src_receive_response()6517 return GST_RTSP_EEOF; in gst_rtsp_src_receive_response()6584 if (res == GST_RTSP_EEOF) { in gst_rtspsrc_try_send()
120636 rtspsrc: map GST_RTSP_EEOF to EOS on server requests