gstreamer/gst/udp
Sebastian Dröge 07d3363436 udpsrc: Rename instance variable from host to multi_group
This is more consistent as it's used for the multicast-group property.
2013-04-25 09:07:41 +02:00
..
.gitignore gst/udp/: Added multifdsink to send UDP to multiple addresses. 2005-05-12 15:32:51 +00:00
gstdynudpsink.c Fix FSF address 2012-11-04 00:07:18 +00:00
gstdynudpsink.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstmultiudpsink.c udpsink: avoid alloc and free in render function 2013-04-11 14:57:11 +01:00
gstmultiudpsink.h udpsink: avoid alloc and free in render function 2013-04-11 14:57:11 +01:00
gstudp-marshal.list gst/udp/: Added multifdsink to send UDP to multiple addresses. 2005-05-12 15:32:51 +00:00
gstudp.c Fix FSF address 2012-11-04 00:07:18 +00:00
gstudp.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstudpnetutils.c Fix FSF address 2012-11-04 00:07:18 +00:00
gstudpnetutils.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstudpsink.c Fix FSF address 2012-11-04 00:07:18 +00:00
gstudpsink.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstudpsrc.c udpsrc: Rename instance variable from host to multi_group 2013-04-25 09:07:41 +02:00
gstudpsrc.h udpsrc: Rename instance variable from host to multi_group 2013-04-25 09:07:41 +02:00
Makefile.am gst: Add better support for static plugins 2013-04-15 15:54:11 +02:00
README gst/udp/: Update README, simple cleanup. 2006-09-21 09:50:41 +00:00
udp.vcproj more working plugins 2004-07-27 21:41:30 +00:00

* 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.