gstreamer/gst/udp
Wim Taymans 32bd981303 udpsrc: improve timeouts
Make it possible to set the timeout after we went to the READY state by using
the timeout when checking the condition. This also makes it possible to set the
timeout with a higher granularity than seconds.
2012-12-12 11:08:13 +01: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 Fix FSF address 2012-11-04 00:07:18 +00:00
gstmultiudpsink.h Fix FSF address 2012-11-04 00:07:18 +00: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: improve timeouts 2012-12-12 11:08:13 +01:00
gstudpsrc.h Fix FSF address 2012-11-04 00:07:18 +00: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.