diff options
author | Michael Smith <msmith@xiph.org> | 2008-11-20 22:56:58 +0000 |
---|---|---|
committer | Michael Smith <msmith@xiph.org> | 2008-11-20 22:56:58 +0000 |
commit | 9b372f1bbd3c1e0994811354fe500f1da0ea938b (patch) | |
tree | 234e1d6693faee2fd82deee21245f0937b4319f1 /ChangeLog | |
parent | 380b64d670d1a8a9a5075d3a235f57f10d0f41fa (diff) |
gst/udp/: Fix multiudpsink on OSX by passing the specific length of the socket, refactor that into a function shared ...
Original commit message from CVS:
* gst/udp/gstmultiudpsink.c:
* gst/udp/gstudpnetutils.c:
* gst/udp/gstudpnetutils.h:
* gst/udp/gstudpsrc.c:
Fix multiudpsink on OSX by passing the specific length of the socket,
refactor that into a function shared with the same thing in udpsrc.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2008-11-20 Michael Smith <msmith@songbirdnest.com> + + * gst/udp/gstmultiudpsink.c: + * gst/udp/gstudpnetutils.c: + * gst/udp/gstudpnetutils.h: + * gst/udp/gstudpsrc.c: + Fix multiudpsink on OSX by passing the specific length of the socket, + refactor that into a function shared with the same thing in udpsrc. + 2008-11-20 Wim Taymans <wim.taymans@collabora.co.uk> * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int), |