Searched refs:gst_rtsp_result_from_g_io_error (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspconnection.c | 264 gst_rtsp_result_from_g_io_error (GError * error, GstRTSPResult default_res) in gst_rtsp_result_from_g_io_error() function 502 res = gst_rtsp_result_from_g_io_error (err, GST_RTSP_ERROR); in gst_rtsp_connection_create_from_socket() 559 ret = gst_rtsp_result_from_g_io_error (err, GST_RTSP_ESYS); in gst_rtsp_connection_accept() 566 ret = gst_rtsp_result_from_g_io_error (err, GST_RTSP_ERROR); in gst_rtsp_connection_accept() 992 res = gst_rtsp_result_from_g_io_error (error, GST_RTSP_ERROR); in setup_tunneling() 999 res = gst_rtsp_result_from_g_io_error (error, GST_RTSP_ERROR); in setup_tunneling() 1103 res = gst_rtsp_result_from_g_io_error (error, GST_RTSP_ERROR); in gst_rtsp_connection_connect_with_response_usec() 1112 res = gst_rtsp_result_from_g_io_error (error, GST_RTSP_ERROR); in gst_rtsp_connection_connect_with_response_usec() 1300 res = gst_rtsp_result_from_g_io_error (err, GST_RTSP_ESYS); in write_bytes() 1371 ret = gst_rtsp_result_from_g_io_error (err, GST_RTSP_ESYS); in writev_bytes() [all …]
|