rtspsrc: don't add /UDP in the transport, it's the default

don't add the default UDP lower-transport, some servers don't seem to like it.

Fixes #630500
This commit is contained in:
Wim Taymans 2010-09-24 16:26:20 +02:00
parent 7a8c2a4b8a
commit ef29a59903

View file

@ -4588,8 +4588,8 @@ gst_rtspsrc_create_transports_string (GstRTSPSrc * src,
if (*transports != NULL)
return GST_RTSP_OK;
/* it's the default but some servers need it */
add_udp_str = TRUE;
/* it's the default */
add_udp_str = FALSE;
/* the default RTSP transports */
result = g_string_new ("");