From 21c9ac41a9bf2f8105337d881f3c3f502ff9e71d Mon Sep 17 00:00:00 2001 From: Rob Taylor Date: Wed, 6 Dec 2006 14:33:54 +0000 Subject: 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 * 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. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e769a3cd..2f060874 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2006-12-06 Wim Taymans + + Patch by: Rob Taylor + + * 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 * ext/taglib/gstid3v2mux.cc: -- cgit