gstreamer/gst/udp
2011-11-22 01:28:22 +00:00
..
.gitignore
gstdynudpsink.c Fix printf format compiler warnings on OS X / 64bit 2011-11-22 01:28:22 +00:00
gstdynudpsink.h
gstmultiudpsink.c Fix printf format compiler warnings on OS X / 64bit 2011-11-22 01:28:22 +00:00
gstmultiudpsink.h multiudpsink: add buffer-size property 2011-01-05 12:05:15 +01:00
gstudp-marshal.list
gstudp.c update for new net library 2011-11-03 16:43:00 +01:00
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 Update for GstURIHandler get_protocols() changes 2011-11-13 23:44:44 +00:00
gstudpsink.h udp: use uri parsing code 2010-03-10 11:21:19 +01:00
gstudpsrc.c Update for GstURIHandler get_protocols() changes 2011-11-13 23:44:44 +00:00
gstudpsrc.h udpsrc: add property to enable port reuse 2010-08-04 10:39:45 +02:00
Makefile.am update for new net library 2011-11-03 16:43:00 +01: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.