udpsrc: Always bind to ANY when address is a multicast address and not only on Windows
authorSebastian Dröge <sebastian@centricular.com>
Mon, 11 Apr 2016 07:54:38 +0000 (10:54 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 29 Apr 2016 08:48:23 +0000 (11:48 +0300)
commit3b7df52c8633a1dec09e6b4d5c16059ba3d06681
tree3eea48e95501b6aaf0efe24481bf0ee8d0cb4ceb
parent11899106d0102ab29ee6176e0c4b10a2f1e3172c
udpsrc: Always bind to ANY when address is a multicast address and not only on Windows

For IPv6 addresses, binding to a multicast group does not work on Linux
either. Always bind to ANY and then later join the multicast group.

https://bugzilla.gnome.org/show_bug.cgi?id=764679
gst/udp/gstudpsrc.c