Skip to content
  • Rob Taylor's avatar
    gst/udp/gstudpsrc.c: If using multicast in udpsrc, bind to the multicast address rather than · 21c9ac41
    Rob Taylor authored and Wim Taymans's avatar Wim Taymans committed
    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.
    21c9ac41