gstreamer/gst/udp
2011-06-13 19:08:38 +02:00
..
.gitignore
gstdynudpsink.c use G_DEFINE_TYPE some more 2011-04-19 17:35:47 +02:00
gstdynudpsink.h Fix includes for MSVC and GLib-2.14.0 (#492388). 2007-11-02 21:16:09 +00:00
gstmultiudpsink.c use G_DEFINE_TYPE some more 2011-04-19 17:35:47 +02:00
gstmultiudpsink.h multiudpsink: add buffer-size property 2011-01-05 12:05:15 +01:00
gstudp-marshal.list
gstudp.c udp: implement NetAddress with metadata 2011-02-28 13:14:37 +01:00
gstudp.h
gstudpnetutils.c udp: make url parsing compatible with VLC syntax 2010-06-18 16:16:28 +02:00
gstudpnetutils.h udp: Fix compiler warning on mingw-w64 2011-06-11 18:02:17 -07:00
gstudpsink.c use G_DEFINE_TYPE some more 2011-04-19 17:35:47 +02:00
gstudpsink.h udp: use uri parsing code 2010-03-10 11:21:19 +01:00
gstudpsrc.c -good: update for buffer API change 2011-06-13 16:33:57 +02:00
gstudpsrc.h udpsrc: add property to enable port reuse 2010-08-04 10:39:45 +02:00
Makefile.am android: Make it ready for androgenizer 2011-04-11 01:20:11 +02:00
README
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.