gstreamer/gst/udp
Sebastian Dröge 49be64e571 udpsrc: Fix multicast group joining with provided sockets on Windows
On Windows the socket will be bound to ANY instead of the multicast group,
as binding to a multicast group does not work. Which would mean that we
override src->addr to become ANY and won't automatically join a multicast
group anymore on Windows.

On Linux we would automatically join a multicast group, keep it consistent.

https://bugzilla.gnome.org/show_bug.cgi?id=763093
2016-03-04 15:31:51 +02:00
..
gstdynudpsink.c dynudpsink: keep GCancellable fd around instead of re-creating it constantly 2015-05-27 17:08:47 +01:00
gstdynudpsink.h dynudpsink: keep GCancellable fd around instead of re-creating it constantly 2015-05-27 17:08:47 +01:00
gstmultiudpsink.c multiudpsink: fix GError memory leak when hostname resolution fails 2015-09-11 10:18:14 +01:00
gstmultiudpsink.h udpsink, multiudpsink: keep GCancellable fd around instead of re-creating it constantly 2015-05-27 17:08:47 +01:00
gstudp.c udp: log WARNING debug message if UDP multicast is likely to be broken 2013-04-27 11:25:12 +01:00
gstudpnetutils.c Fix FSF address 2012-11-04 00:07:18 +00:00
gstudpnetutils.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstudpsink.c udpsink: avoid leaking the host 2013-06-05 12:14:01 +02:00
gstudpsink.h udp: Remove unused enum type 2013-04-25 09:16:14 +02:00
gstudpsrc.c udpsrc: Fix multicast group joining with provided sockets on Windows 2016-03-04 15:31:51 +02:00
gstudpsrc.h udpsrc: Add "loop" property for enabling/disabling multicast loopback 2015-11-17 12:39:05 +02:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 17:55:07 +01:00
README gst/udp/: Update README, simple cleanup. 2006-09-21 09:50:41 +00:00

* What is UDP src/sink?

It is a set of element to transfer data using UDP, nothing more, nothing less.
Its main purpose is to be used in conjunction with RTP but they are kept as
separate elements because we can.