gstreamer/gst/udp
2012-11-15 14:48:59 +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: post error before stopping 2012-11-15 14:48:59 +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.