Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c502 res = gst_rtsp_result_from_g_io_error (err, GST_RTSP_ERROR); in gst_rtsp_connection_create_from_socket()
566 ret = gst_rtsp_result_from_g_io_error (err, GST_RTSP_ERROR); in gst_rtsp_connection_accept()
986 res = GST_RTSP_ERROR; in setup_tunneling()
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()
1270 return GST_RTSP_ERROR; in write_bytes()
1505 return GST_RTSP_ERROR; in read_bytes()
2142 res = GST_RTSP_ERROR; in parse_protocol_version()
[all …]
Dgstrtspdefs.h91 GST_RTSP_ERROR = -1, enumerator
Dgstrtspdefs.c276 case GST_RTSP_ERROR: in gst_rtsp_strresult()
Dgstrtsp-enumtypes.c30 { C_ENUM(GST_RTSP_ERROR), "GST_RTSP_ERROR", "error" }, in gst_rtsp_result_get_type()
Dgstrtsptransport.c578 return GST_RTSP_ERROR; in gst_rtsp_transport_parse()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c2790 ret = GST_RTSP_ERROR; in gst_rtspsrc_connection_send()
2808 ret = GST_RTSP_ERROR; in gst_rtspsrc_connection_receive()
5989 return GST_RTSP_ERROR; in gst_rtspsrc_reconnect()
6662 GstRTSPResult res = GST_RTSP_ERROR; in gst_rtspsrc_send()
6732 res = GST_RTSP_ERROR; in gst_rtspsrc_send()
6800 if (res == GST_RTSP_ERROR) in gst_rtspsrc_send()
6986 return GST_RTSP_ERROR; in gst_rtspsrc_create_transports_string()
7066 return GST_RTSP_ERROR; in gst_rtspsrc_prepare_transports()
7231 return GST_RTSP_ERROR; in gst_rtsp_src_setup_stream_from_response()
7274 return GST_RTSP_ERROR; in gst_rtsp_src_setup_stream_from_response()
[all …]