summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1dbf288f..87d8acd2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-09-25 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ 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.
+
2008-09-23 Wim Taymans <wim.taymans@collabora.co.uk>
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):