gstreamer/gst/udp
Tim-Philipp Müller 0d9dccee4f udp: fix compiler warning about EAI_ADDRFAMILY getting redefined in some cases
Include the header from where we include all the system headers with the
socket stuff before we try to define EAI_ADDRFAMILY ourselves, otherwise
we define it ourselves and then get a compiler warning if a system header
defines it as well without guarding against it being defined already.
2009-06-23 14:10:10 +01:00
..
.gitignore gst/udp/: Added multifdsink to send UDP to multiple addresses. 2005-05-12 15:32:51 +00:00
gstdynudpsink.c Remove trivial unused variables detected by CLang static analyzer. 2009-04-18 18:51:28 +02:00
gstdynudpsink.h Fix includes for MSVC and GLib-2.14.0 (#492388). 2007-11-02 21:16:09 +00:00
gstmultiudpsink.c multiudpsink: add support for buffer lists 2009-06-16 15:04:15 +02:00
gstmultiudpsink.h gst/udp/gstmultiudpsink.*: Add a fixme for the auto-multicast property. 2008-05-21 13:47:43 +00:00
gstudp-marshal.list gst/udp/: Added multifdsink to send UDP to multiple addresses. 2005-05-12 15:32:51 +00:00
gstudp.c gst/udp/gstudp.c: Register GstNetBuffer in plugin_init so that the type can be used from multiple threads without races. 2007-04-11 10:25:25 +00:00
gstudp.h gst/udp/: Added multifdsink to send UDP to multiple addresses. 2005-05-12 15:32:51 +00:00
gstudpnetutils.c udp: fix compiler warning about EAI_ADDRFAMILY getting redefined in some cases 2009-06-23 14:10:10 +01:00
gstudpnetutils.h udp: Fix build on FreeBSD 2009-06-19 21:47:29 +02:00
gstudpsink.c Remove unused variables in _class_init 2009-04-18 18:51:27 +02:00
gstudpsink.h Fix includes for MSVC and GLib-2.14.0 (#492388). 2007-11-02 21:16:09 +00:00
gstudpsrc.c udpsrc: add debug line for the socket 2009-06-16 15:06:50 +02:00
gstudpsrc.h udpsrc: Add network interface selection 2009-03-13 18:28:59 +01:00
Makefile.am Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00: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.