gst/udp/gstudpsrc.c: OS X's bind() implementation is picky about its addrlen paramete...
authorDaniel Franke <df@dfranke.us>
Thu, 25 Sep 2008 10:34:39 +0000 (10:34 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 25 Sep 2008 10:34:39 +0000 (10:34 +0000)
commitedd6239979fafeaf9735effd452878d79ea5002c
tree6da26f29543fa85b65112f92cb82a9fbd08f44f3
parentbf8777356bd15858d69d520b7134f20eeeded01c
gst/udp/gstudpsrc.c: OS X's bind() implementation is picky about its addrlen parameter and fails with EINVAL if it is...

Original commit message from CVS:
Patch by: Daniel Franke <df at dfranke dot us>
* gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
OS X's bind() implementation is picky about its addrlen parameter and
fails with EINVAL if it is larger than expected for the socket's address
family. Set the length to the expected length instead. Fixes #553191.
ChangeLog
gst/udp/gstudpsrc.c