summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-08-20 11:48:46 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-08-20 11:48:46 +0000
commit0dfa54f45078e349e84772bc57be08bb0c556b47 (patch)
tree7a5f674d3157850299735e1378a9f8dc8ed64bff /ChangeLog
parent3033108c05eab339fdf550ee3f8314c4da653a8b (diff)
gst/rtsp/gstrtspsrc.c: Don't try to configure RTCP back to the server when the server did not give us a valid port nu...
Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink): Don't try to configure RTCP back to the server when the server did not give us a valid port number.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 587c0fb0..7b1cc150 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-08-20 Wim Taymans <wim.taymans@collabora.co.uk>
+ * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
+ Don't try to configure RTCP back to the server when the server did not
+ give us a valid port number.
+
+2008-08-20 Wim Taymans <wim.taymans@collabora.co.uk>
+
* gst/videobox/gstvideobox.c: (gst_video_box_set_property):
Use new basetransform method to renegotiate. Fixes #544956.