From edd6239979fafeaf9735effd452878d79ea5002c Mon Sep 17 00:00:00 2001 From: Daniel Franke Date: Thu, 25 Sep 2008 10:34:39 +0000 Subject: 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 * 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 | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1dbf288f..87d8acd2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-09-25 Wim Taymans + + Patch by: Daniel Franke + + * 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. + 2008-09-23 Wim Taymans * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open): -- cgit