projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a8c2a4
)
rtspsrc: don't add /UDP in the transport, it's the default
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Fri, 24 Sep 2010 14:26:20 +0000
(16:26 +0200)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Fri, 24 Sep 2010 14:26:20 +0000
(16:26 +0200)
don't add the default UDP lower-transport, some servers don't seem to like it.
Fixes #630500
gst/rtsp/gstrtspsrc.c
patch
|
blob
|
history
diff --git
a/gst/rtsp/gstrtspsrc.c
b/gst/rtsp/gstrtspsrc.c
index
12b4e3e
..
4e1777b
100644
(file)
--- a/
gst/rtsp/gstrtspsrc.c
+++ b/
gst/rtsp/gstrtspsrc.c
@@
-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 =
TRU
E;
+ /* it's the default */
+ add_udp_str =
FALS
E;
/* the default RTSP transports */
result = g_string_new ("");