gstreamer/gst/udp
2012-02-20 16:32:34 +01:00
..
.gitignore gst/udp/: Added multifdsink to send UDP to multiple addresses. 2005-05-12 15:32:51 +00:00
gstdynudpsink.c dynudpsink: fix get-stats signal registration some more 2012-01-26 15:48:01 +00:00
gstdynudpsink.h udp: fix get-stats action signal registration 2012-01-26 15:43:11 +00:00
gstmultiudpsink.c update for memory api change 2012-02-13 18:13:19 +01:00
gstmultiudpsink.h port to new gthread API 2012-01-19 11:33:53 +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 udp: Remove now unecessary code 2012-01-17 11:18:33 +01: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 udpsink/multiudpsink: Port to GIO 2012-01-17 11:18:15 +01:00
gstudpsink.h udpsink/multiudpsink: Port to GIO 2012-01-17 11:18:15 +01:00
gstudpsrc.c fix compiler warnings 2012-02-20 16:32:34 +01: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.