gstreamer/gst/udp
2010-04-08 16:56:37 +03:00
..
.gitignore
gstdynudpsink.c gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 14:32:00 +01:00
gstdynudpsink.h
gstmultiudpsink.c docs: upd -> udp and voila it shows up in the docs 2010-04-08 16:56:37 +03:00
gstmultiudpsink.h udp: fix compilation errors on non-windows. 2010-03-11 12:32:56 -08:00
gstudp-marshal.list
gstudp.c
gstudp.h
gstudpnetutils.c udp: fix compilation errors on non-windows. 2010-03-11 12:32:56 -08:00
gstudpnetutils.h udp: fix compilation errors on non-windows. 2010-03-11 12:32:56 -08:00
gstudpsink.c Add -Wwrite-strings to the configure flags 2010-03-21 14:17:47 +01:00
gstudpsink.h udp: use uri parsing code 2010-03-10 11:21:19 +01:00
gstudpsrc.c Add -Wwrite-strings to the configure flags 2010-03-21 14:17:47 +01:00
gstudpsrc.h udp: use uri parsing code 2010-03-10 11:21:19 +01:00
Makefile.am build: Makefile.am cleanups 2010-03-18 21:34:24 +00: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.