summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-06-25 08:12:18 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-06-25 08:12:18 +0000
commit8ca7dbfae5eecf4469beebf0944dfa89bdcff879 (patch)
tree6f6e0879cd04e9a7af2a6c6518f8dab4f5fb6ffe /ChangeLog
parentb2c97f7bc68004f0d7451f3cd18b01f128741a8f (diff)
gst/udp/gstudpsrc.c: Call getsockname() after the call to bind() to get updated values for the port, etc. This fixes ...
Original commit message from CVS: * gst/udp/gstudpsrc.c: (gst_udpsrc_start): Call getsockname() after the call to bind() to get updated values for the port, etc. This fixes the usage of udpsrc on anonymous binding and it's usage by rtspsrc. Fixes bugs #539372, #539548. Thanks to Aurelien Grimaud for pointing out the obvious fix.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d99c1b3..021ed750 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2008-06-25 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
+ Call getsockname() after the call to bind() to get updated values
+ for the port, etc. This fixes the usage of udpsrc on anonymous
+ binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
+ Thanks to Aurelien Grimaud for pointing out the obvious fix.
+
+2008-06-25 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
* tests/check/pipelines/wavpack.c: (bus_handler):
Remove workaround for a bug in identity that is fixed in 0.10.20.