gstreamer/gst/udp
Tim-Philipp Müller 6c323f5b0d multiudpsink: don't do things with side-effects inside g_return_val_if_fail()
Someone might compile this code with -DG_DISABLE_ASSERT some day.
2009-08-02 11:50:43 +01:00
..
.gitignore
gstdynudpsink.c
gstdynudpsink.h
gstmultiudpsink.c multiudpsink: don't do things with side-effects inside g_return_val_if_fail() 2009-08-02 11:50:43 +01:00
gstmultiudpsink.h
gstudp-marshal.list
gstudp.c
gstudp.h
gstudpnetutils.c udputils: initialize struct content with 0. 2009-07-21 01:12:44 +02:00
gstudpnetutils.h udp: Fix build on FreeBSD 2009-06-19 21:47:29 +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
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.