gstreamer/gst/udp
2011-07-04 18:15:42 +02:00
..
.gitignore
gstdynudpsink.c use G_DEFINE_TYPE some more 2011-04-19 17:35:47 +02:00
gstdynudpsink.h
gstmultiudpsink.c use G_DEFINE_TYPE some more 2011-04-19 17:35:47 +02:00
gstmultiudpsink.h
gstudp-marshal.list
gstudp.c udp: implement NetAddress with metadata 2011-02-28 13:14:37 +01:00
gstudp.h
gstudpnetutils.c
gstudpnetutils.h udp: Fix compiler warning on mingw-w64 2011-06-11 18:02:17 -07:00
gstudpsink.c udp: port to new API 2011-07-04 18:15:42 +02:00
gstudpsink.h
gstudpsrc.c udp: port to new API 2011-07-04 18:15:42 +02: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.