gstreamer/gst/udp
2010-03-11 12:32:56 -08:00
..
.gitignore
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: avoid getting the socket family using getsockname() 2010-03-11 10:33:10 -08:00
gstmultiudpsink.h udp: fix compilation errors on non-windows. 2010-03-11 12:32:56 -08:00
gstudp-marshal.list
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
gstudpnetutils.c udp: fix compilation errors on non-windows. 2010-03-11 12:32:56 -08:00
gstudpnetutils.h udp: fix compilation errors on non-windows. 2010-03-11 12:32:56 -08:00
gstudpsink.c udp: use uri parsing code 2010-03-10 11:21:19 +01:00
gstudpsink.h udp: use uri parsing code 2010-03-10 11:21:19 +01:00
gstudpsrc.c udp: use uri parsing code 2010-03-10 11:21:19 +01:00
gstudpsrc.h udp: use uri parsing code 2010-03-10 11:21:19 +01:00
Makefile.am build: use gst-glib-gen.mak to fix the glib build rules. 2009-10-16 11:53:38 +03:00
README gst/udp/: Update README, simple cleanup. 2006-09-21 09:50:41 +00:00
udp.vcproj

* 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.