summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRob Taylor <robtaylor@floopily.org>2006-12-06 14:33:54 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-12-06 14:33:54 +0000
commit21c9ac41a9bf2f8105337d881f3c3f502ff9e71d (patch)
tree64105c626cb5df07ef2e76c6f748a47157849a24 /ChangeLog
parent93663539f753d8eff21ba89bda54836851ba64e0 (diff)
gst/udp/gstudpsrc.c: If using multicast in udpsrc, bind to the multicast address rather than
Original commit message from CVS: Patch by: Rob Taylor <robtaylor at floopily dot org> * gst/udp/gstudpsrc.c: (gst_udpsrc_start): If using multicast in udpsrc, bind to the multicast address rather than IN_ADDR_ANY. This allows the simultanous use of multiple udpsrcs listening on different multicat addresses. Without this all udpsrcs will receive all packets from all subscribed multicast addresses. Fixes #383001.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e769a3cd..2f060874 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2006-12-06 Wim Taymans <wim@fluendo.com>
+
+ Patch by: Rob Taylor <robtaylor at floopily dot org>
+
+ * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
+ If using multicast in udpsrc, bind to the multicast address rather than
+ IN_ADDR_ANY.
+ This allows the simultanous use of multiple udpsrcs listening on
+ different multicat addresses. Without this all udpsrcs will receive all
+ packets from all subscribed multicast addresses.
+ Fixes #383001.
+
2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
* ext/taglib/gstid3v2mux.cc: