gstreamer/gst/udp
2015-10-23 10:42:19 +03:00
..
gstdynudpsink.c dynudpsink: keep GCancellable fd around instead of re-creating it constantly 2015-05-27 17:08:47 +01:00
gstdynudpsink.h dynudpsink: keep GCancellable fd around instead of re-creating it constantly 2015-05-27 17:08:47 +01:00
gstmultiudpsink.c multiudpsink: fix GError memory leak when hostname resolution fails 2015-09-11 10:18:14 +01:00
gstmultiudpsink.h udpsink, multiudpsink: keep GCancellable fd around instead of re-creating it constantly 2015-05-27 17:08:47 +01:00
gstudp.c
gstudpnetutils.c
gstudpnetutils.h
gstudpsink.c udpsink: avoid leaking the host 2013-06-05 12:14:01 +02:00
gstudpsink.h
gstudpsrc.c docs: Minor fixes in various places 2015-10-23 10:42:19 +03:00
gstudpsrc.h udpsrc: keep GCancellable fd around instead of re-creating it constantly 2015-05-27 17:08:47 +01:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 17:55:07 +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.