Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspurl.c68 "rtsp", GST_RTSP_LOWER_TRANS_TCP | GST_RTSP_LOWER_TRANS_UDP |
70 "rtspu", GST_RTSP_LOWER_TRANS_UDP | GST_RTSP_LOWER_TRANS_UDP_MCAST}, {
73 "rtsps", GST_RTSP_LOWER_TRANS_TCP | GST_RTSP_LOWER_TRANS_UDP |
76 GST_RTSP_LOWER_TRANS_UDP | GST_RTSP_LOWER_TRANS_UDP_MCAST |
Dgstrtsptransport.h99 GST_RTSP_LOWER_TRANS_UDP = (1 << 0), enumerator
Dgstrtsptransport.c133 {"udp", GST_RTSP_LOWER_TRANS_UDP},
514 transport->lower_transport = GST_RTSP_LOWER_TRANS_UDP; in gst_rtsp_transport_parse()
Dgstrtsp-enumtypes.c442 { C_FLAGS(GST_RTSP_LOWER_TRANS_UDP), "GST_RTSP_LOWER_TRANS_UDP", "udp" }, in gst_rtsp_lower_trans_get_type()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtsp.c39 fail_unless (url->transports & GST_RTSP_LOWER_TRANS_UDP); in GST_START_TEST()
67 fail_unless (url->transports & GST_RTSP_LOWER_TRANS_UDP); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c272 #define DEFAULT_PROTOCOLS GST_RTSP_LOWER_TRANS_UDP | GST_RTSP_LOWER_TRANS_UDP_MCAST | GST_RT…
4801 case GST_RTSP_LOWER_TRANS_UDP: in gst_rtspsrc_stream_configure_transport()
6894 GST_RTSP_LOWER_TRANS_UDP,
6945 if (protocols & GST_RTSP_LOWER_TRANS_UDP) { in gst_rtspsrc_create_transports_string()
7188 case GST_RTSP_LOWER_TRANS_UDP: in gst_rtsp_src_setup_stream_from_response()
7192 *protocols = GST_RTSP_LOWER_TRANS_UDP; in gst_rtsp_src_setup_stream_from_response()