gstreamer/gst/udp
Rasmus Rohde 6c169312d1 multiudpsink: add force-ipv4 option
Add an option to the multiudpsink that makes it possible to force
the use of an IPv4 socket.

This can e.g. be used to handle the issue described in
https://bugzilla.gnome.org/show_bug.cgi?id=682481
2012-10-10 10:28:24 +02:00
..
.gitignore gst/udp/: Added multifdsink to send UDP to multiple addresses. 2005-05-12 15:32:51 +00:00
gstdynudpsink.c Use new gst_element_class_set_static_metadata() 2012-04-10 00:51:41 +01:00
gstdynudpsink.h udp: fix get-stats action signal registration 2012-01-26 15:43:11 +00:00
gstmultiudpsink.c multiudpsink: add force-ipv4 option 2012-10-10 10:28:24 +02:00
gstmultiudpsink.h multiudpsink: add force-ipv4 option 2012-10-10 10:28:24 +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: Update for GST_PLUGIN_DEFINE() API changes 2012-04-05 17:36:38 +02:00
gstudp.h gst/udp/: Added multifdsink to send UDP to multiple addresses. 2005-05-12 15:32:51 +00:00
gstudpnetutils.c udp: Remove now unecessary code 2012-01-17 11:18:33 +01:00
gstudpnetutils.h udp: Remove now unecessary code 2012-01-17 11:18:33 +01:00
gstudpsink.c docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvert 2012-08-27 21:20:30 +01:00
gstudpsink.h udpsink/multiudpsink: Port to GIO 2012-01-17 11:18:15 +01:00
gstudpsrc.c udpsrc: use negotiated allocator or pool 2012-10-10 10:10:26 +02:00
gstudpsrc.h udpsrc: Port to GIO 2012-01-17 09:07:40 +01:00
Makefile.am configure: Require GIO 2.31.10 2012-01-17 11:21:25 +01: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.