gstreamer/gst/udp
2012-01-17 09:32:27 +01:00
..
.gitignore gst/udp/: Added multifdsink to send UDP to multiple addresses. 2005-05-12 15:32:51 +00:00
gstdynudpsink.c dynudpsink: Port to GIO 2012-01-17 09:32:27 +01:00
gstdynudpsink.h dynudpsink: Port to GIO 2012-01-17 09:32:27 +01:00
gstmultiudpsink.c Merge branch 'master' into 0.11 2012-01-10 14:32:32 +01:00
gstmultiudpsink.h multiudpsink: add buffer-size property 2011-01-05 12:05:15 +01:00
gstudp-marshal.list gst/udp/: Added multifdsink to send UDP to multiple addresses. 2005-05-12 15:32:51 +00:00
gstudp.c update for new net library 2011-11-03 16:43:00 +01:00
gstudp.h gst/udp/: Added multifdsink to send UDP to multiple addresses. 2005-05-12 15:32:51 +00:00
gstudpnetutils.c udpsrc: Port to GIO 2012-01-17 09:07:40 +01:00
gstudpnetutils.h udpsrc: Port to GIO 2012-01-17 09:07:40 +01:00
gstudpsink.c udpsrc: Port to GIO 2012-01-17 09:07:40 +01:00
gstudpsink.h udp: use uri parsing code 2010-03-10 11:21:19 +01:00
gstudpsrc.c udpsrc: Port to GIO 2012-01-17 09:07:40 +01:00
gstudpsrc.h udpsrc: Port to GIO 2012-01-17 09:07:40 +01:00
Makefile.am udpsrc: Port to GIO 2012-01-17 09:07:40 +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.