Searched refs:GST_RTSP_EINTR (Results 1 – 7 of 7) sorted by relevance
93 GST_RTSP_EINTR = -3, enumerator
280 case GST_RTSP_EINTR: in gst_rtsp_strresult()
32 { C_ENUM(GST_RTSP_EINTR), "GST_RTSP_EINTR", "eintr" }, in gst_rtsp_result_get_type()
279 return GST_RTSP_EINTR; in gst_rtsp_result_from_g_io_error()1365 return GST_RTSP_EINTR; in writev_bytes()3832 if (res == GST_RTSP_EINTR) in gst_rtsp_source_dispatch_read()4229 if (res == GST_RTSP_EINTR) { in gst_rtsp_source_dispatch_write()4581 if (res != GST_RTSP_EINTR) { in gst_rtsp_watch_write_serialized_messages()4722 return GST_RTSP_EINTR; in gst_rtsp_watch_write_serialized_messages()4906 return GST_RTSP_EINTR; in gst_rtsp_watch_wait_backlog_usec()
5674 res = GST_RTSP_EINTR; in gst_rtspsrc_loop_interleaved()5686 case GST_RTSP_EINTR: in gst_rtspsrc_loop_interleaved()5692 if ((res = gst_rtspsrc_send_keep_alive (src)) == GST_RTSP_EINTR) in gst_rtspsrc_loop_interleaved()5797 res = GST_RTSP_EINTR; in gst_rtspsrc_loop_udp()5807 case GST_RTSP_EINTR: in gst_rtspsrc_loop_udp()5813 if ((res = gst_rtspsrc_send_keep_alive (src)) == GST_RTSP_EINTR) in gst_rtspsrc_loop_udp()5854 if ((res = gst_rtspsrc_send_keep_alive (src)) == GST_RTSP_EINTR) in gst_rtspsrc_loop_udp()5886 if (res != GST_RTSP_EINTR) { in gst_rtspsrc_loop_udp()5911 if (res != GST_RTSP_EINTR) { in gst_rtspsrc_loop_udp()6122 else if (ret == GST_RTSP_EINTR) in gst_rtspsrc_loop_end_cmd()[all …]
6110 With this patch, gst_rtsp_src_receive_response returns GST_RTSP_EINTR
15141 missing bytes again (GST_RTSP_EINTR )