gstreamer/gst/udp
Wim Taymans 6660817af1 multifdsink: use refcount to count host/port duplicates
Instead of adding multiple client structures for the same host/port pair, use a
refcount.
Add a send-duplicates feature that allows you to disable sending multiple copies
of the same packet to the same host when it was added multiple times. The
send-duplicates property is by default set to TRUE for backwards compatibility
although it is very likely that this is not desired behaviour.
2010-09-06 10:45:28 +02:00
..
.gitignore gst/udp/: Added multifdsink to send UDP to multiple addresses. 2005-05-12 15:32:51 +00:00
gstdynudpsink.c gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 14:32:00 +01:00
gstdynudpsink.h Fix includes for MSVC and GLib-2.14.0 (#492388). 2007-11-02 21:16:09 +00:00
gstmultiudpsink.c multifdsink: use refcount to count host/port duplicates 2010-09-06 10:45:28 +02:00
gstmultiudpsink.h multifdsink: use refcount to count host/port duplicates 2010-09-06 10:45:28 +02:00
gstudp-marshal.list gst/udp/: Added multifdsink to send UDP to multiple addresses. 2005-05-12 15:32:51 +00:00
gstudp.c gst/udp/gstudp.c: Register GstNetBuffer in plugin_init so that the type can be used from multiple threads without races. 2007-04-11 10:25:25 +00:00
gstudp.h gst/udp/: Added multifdsink to send UDP to multiple addresses. 2005-05-12 15:32:51 +00:00
gstudpnetutils.c udp: make url parsing compatible with VLC syntax 2010-06-18 16:16:28 +02:00
gstudpnetutils.h udp: fix compilation errors on non-windows. 2010-03-11 12:32:56 -08:00
gstudpsink.c Add -Wwrite-strings to the configure flags 2010-03-21 14:17:47 +01:00
gstudpsink.h udp: use uri parsing code 2010-03-10 11:21:19 +01:00
gstudpsrc.c udpsrc: add property to enable port reuse 2010-08-04 10:39:45 +02:00
gstudpsrc.h udpsrc: add property to enable port reuse 2010-08-04 10:39:45 +02:00
Makefile.am build: Makefile.am cleanups 2010-03-18 21:34:24 +00: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.