gstreamer/gst/udp
Wim Taymans 54f049c355 multiudpsink: don't error on send errors but only warn
Don't error on send errors but simply post a warning, it's possible
that the next packet will be fine.
2012-10-10 11:32:17 +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: don't error on send errors but only warn 2012-10-10 11:32:17 +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.