gstreamer/gst/udp
Tim-Philipp Müller cf1f6aff0d udpsrc: sanity check size of available packet data for reading to avoid memory waste
On Windows and OS/X, _get_available_bytes() may not return the size
of the next pending packet, but the size of all pending packets in
the kernel-side buffer, which might be rather large depending on
configuration. Sanity-check the size returned by _get_available_bytes()
to make sure we never allocate more memory than the max. size for
a packet, if it's an IPv4 socket.

https://bugzilla.gnome.org/show_bug.cgi?id=610364
2013-01-04 14:00:55 +00: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: sanity check size of available packet data for reading to avoid memory waste 2013-01-04 14:00:55 +00: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.