gstreamer/gst/udp
2013-12-19 20:35:03 +00:00
..
gstdynudpsink.c (dyn|multi)udpsink: Add properties to specify the bind address and port 2013-05-23 18:42:09 +02:00
gstdynudpsink.h (dyn|multi)udpsink: Add properties to specify the bind address and port 2013-05-23 18:42:09 +02:00
gstmultiudpsink.c multiudpsink: fix misleading comment 2013-12-19 12:47:22 +00:00
gstmultiudpsink.h (dyn|multi)udpsink: Add properties to specify the bind address and port 2013-05-23 18:42:09 +02: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 udpsrc: on receive error only unmap and unref buffer if one was alloced and mapped 2013-12-19 20:35:03 +00:00
gstudpsrc.h udpsrc: Bind to multicast addresses on non-Windows systems 2013-09-03 11:23:24 +02:00
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.