From 8ca7dbfae5eecf4469beebf0944dfa89bdcff879 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Wed, 25 Jun 2008 08:12:18 +0000 Subject: 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. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0d99c1b3..021ed750 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-06-25 Sebastian Dröge + + * 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 * tests/check/pipelines/wavpack.c: (bus_handler): -- cgit