gstreamer/gst/udp
David Schleef cb0d04a2db udp: Change the default port to 5004
udpsrc/udpsink are almost always used with RTP, so let's use an
RTP port as the default port.  It's unclear why 4951 was used, it
goes back to early commits in CVS.
2012-03-06 21:44:36 -08:00
..
.gitignore gst/udp/: Added multifdsink to send UDP to multiple addresses. 2005-05-12 15:32:51 +00:00
gstdynudpsink.c Merge branch 'master' into 0.11 2012-03-01 11:29:50 +01:00
gstdynudpsink.h udp: fix get-stats action signal registration 2012-01-26 15:43:11 +00:00
gstmultiudpsink.c Merge branch 'master' into 0.11 2012-03-01 11:29:50 +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 udp: Change the default port to 5004 2012-03-06 21:44:36 -08:00
gstudpsink.h udpsink/multiudpsink: Port to GIO 2012-01-17 11:18:15 +01:00
gstudpsrc.c udp: Change the default port to 5004 2012-03-06 21:44:36 -08: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.