gstreamer/gst/udp
2009-12-20 17:26:15 -08:00
..
.gitignore
gstdynudpsink.c
gstdynudpsink.h
gstmultiudpsink.c multiudpsink: pass length parameter to g_convert 2009-12-20 17:26:15 -08:00
gstmultiudpsink.h udpsink: Add ttl multicast property 2009-08-31 12:16:01 +02:00
gstudp-marshal.list
gstudp.c
gstudp.h
gstudpnetutils.c udpsink: Add ttl multicast property 2009-08-31 12:16:01 +02:00
gstudpnetutils.h udp: split out TTL and loop options 2009-08-31 12:13:07 +02:00
gstudpsink.c
gstudpsink.h
gstudpsrc.c udpsrc: add debug line for the socket 2009-06-16 15:06:50 +02:00
gstudpsrc.h
Makefile.am build: use gst-glib-gen.mak to fix the glib build rules. 2009-10-16 11:53:38 +03: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.