gstreamer/gst/udp
2013-04-27 11:25:12 +01:00
..
.gitignore gst/udp/: Added multifdsink to send UDP to multiple addresses. 2005-05-12 15:32:51 +00:00
gstdynudpsink.c dynudpsink: Use separate sockets for IPv4 and IPv6 2013-04-25 12:09:27 +02:00
gstdynudpsink.h dynudpsink: Use separate sockets for IPv4 and IPv6 2013-04-25 12:09:27 +02:00
gstmultiudpsink.c (multi)udpsink: Use separate sockets for IPv4 and IPv6 2013-04-25 12:12:23 +02:00
gstmultiudpsink.h (multi)udpsink: Use separate sockets for IPv4 and IPv6 2013-04-25 12:12:23 +02: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 Fix FSF address 2012-11-04 00:07:18 +00:00
gstudpsink.h udp: Remove unused enum type 2013-04-25 09:16:14 +02:00
gstudpsrc.c udpsrc: add includes to get socklen_t defined on Windows 2013-04-27 11:16:54 +01:00
gstudpsrc.h udp: Remove unused enum type 2013-04-25 09:16:14 +02:00
Makefile.am udp: Don't include removed gstudp.h in noinst_HEADERS 2013-04-25 10:43:56 +02:00
README gst/udp/: Update README, simple cleanup. 2006-09-21 09:50:41 +00:00
udp.vcproj more working plugins 2004-07-27 21:41:30 +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.