gstreamer/gst/udp
Tim-Philipp Müller 80245e2a70 multiudpsink: check the right size when warning about too large udp packets
What matters is the total size, not the size of any of the
individual memory chunks that make up the packet.
2012-07-11 12:31:13 +01:00
..
.gitignore gst/udp/: Added multifdsink to send UDP to multiple addresses. 2005-05-12 15:32:51 +00:00
gstdynudpsink.c Use new gst_element_class_set_static_metadata() 2012-04-10 00:51:41 +01:00
gstdynudpsink.h udp: fix get-stats action signal registration 2012-01-26 15:43:11 +00:00
gstmultiudpsink.c multiudpsink: check the right size when warning about too large udp packets 2012-07-11 12:31:13 +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 gst: Update for GST_PLUGIN_DEFINE() API changes 2012-04-05 17:36:38 +02: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 Use new gst_element_class_set_static_metadata() 2012-04-10 00:51:41 +01:00
gstudpsink.h udpsink/multiudpsink: Port to GIO 2012-01-17 11:18:15 +01:00
gstudpsrc.c Use new gst_element_class_set_static_metadata() 2012-04-10 00:51:41 +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.