gstreamer/gst/udp
2012-02-09 10:26:42 +01:00
..
.gitignore
gstdynudpsink.c various: fix pad template leaks 2011-11-28 13:30:27 +00:00
gstdynudpsink.h
gstmultiudpsink.c multiudpsink: typo fix (bytes send -> bytes sent) 2012-02-09 10:26:42 +01:00
gstmultiudpsink.h multiudpsink: add buffer-size property 2011-01-05 12:05:15 +01:00
gstudp-marshal.list
gstudp.c
gstudp.h
gstudpnetutils.c udpsrc: error out when no protocol is specified in the uri 2011-09-19 10:16:38 +02:00
gstudpnetutils.h udp: Fix compiler warning on mingw-w64 2011-06-11 18:02:17 -07:00
gstudpsink.c
gstudpsink.h
gstudpsrc.c udpsrc: fix valgrind warning 2011-12-27 11:50:03 +00:00
gstudpsrc.h
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.