gst/udp/gstudpsrc.c: Call getsockname() after the call to bind() to get updated value...
authorSebastian Dröge <slomo@circular-chaos.org>
Wed, 25 Jun 2008 08:12:18 +0000 (08:12 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Wed, 25 Jun 2008 08:12:18 +0000 (08:12 +0000)
commit8ca7dbfae5eecf4469beebf0944dfa89bdcff879
tree6f6e0879cd04e9a7af2a6c6518f8dab4f5fb6ffe
parentb2c97f7bc68004f0d7451f3cd18b01f128741a8f
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
gst/udp/gstudpsrc.c