Home
last modified time | relevance | path

Searched refs:GST_RTSP_EEOF (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspdefs.h101 GST_RTSP_EEOF = -11, enumerator
Dgstrtspdefs.c294 case GST_RTSP_EEOF: in gst_rtsp_strresult()
Dgstrtsp-enumtypes.c40 { C_ENUM(GST_RTSP_EEOF), "GST_RTSP_EEOF", "eeof" }, in gst_rtsp_result_get_type()
Dgstrtspconnection.c1293 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()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c5353 } 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()
/third_party/gstreamer/gstplugins_good/
DChangeLog120636 rtspsrc: map GST_RTSP_EEOF to EOS on server requests