gstreamer/gst/udp
Sebastian Dröge 427673d283 udpsrc: Add bind-address property
This is equivalent to multicast-group currently for backwards compatibility.
In 2.0 this should be handled separately, the former only being the multicast
group and the latter always being the address the socket is bound to, even if
a multicast group is given.
2013-04-25 09:05:12 +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: Add bind-address property 2013-04-25 09:05:12 +02:00
gstudpsrc.h Fix FSF address 2012-11-04 00:07:18 +00: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.