gstreamer/gst/udp
Peter Kjellerstedt 7c56695160 udpsrc: Make sure the sockaddr length used for recvfrom() is big enough.
Previously the sockaddr length used for recvfrom() was calculated as
sizeof (struct sockaddr). However, this is too little to hold an IPv6
address, so the full size of the gst_sockaddr union should be used
instead.
2009-02-25 12:52:37 +01:00
..
.gitignore gst/udp/: Added multifdsink to send UDP to multiple addresses. 2005-05-12 15:32:51 +00:00
gstdynudpsink.c gst/udp/: Fix "argument type mismatch" compiler warnings on Windows. 2008-10-27 08:36:43 +00:00
gstdynudpsink.h Fix includes for MSVC and GLib-2.14.0 (#492388). 2007-11-02 21:16:09 +00:00
gstmultiudpsink.c Update and add documentation for plugins with no deps (gst). 2009-01-28 12:32:59 +02:00
gstmultiudpsink.h gst/udp/gstmultiudpsink.*: Add a fixme for the auto-multicast property. 2008-05-21 13:47:43 +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 gst/udp/gstudp.c: Register GstNetBuffer in plugin_init so that the type can be used from multiple threads without races. 2007-04-11 10:25:25 +00:00
gstudp.h gst/udp/: Added multifdsink to send UDP to multiple addresses. 2005-05-12 15:32:51 +00:00
gstudpnetutils.c Correct return value from gst_udp_get_addr() when no known family is found. 2009-01-26 15:49:22 +01:00
gstudpnetutils.h gst/udp/: Fix multiudpsink on OSX by passing the specific length of the socket, refactor that into a function shared ... 2008-11-20 22:56:58 +00:00
gstudpsink.c Update and add documentation for plugins with no deps (gst). 2009-01-28 12:32:59 +02:00
gstudpsink.h Fix includes for MSVC and GLib-2.14.0 (#492388). 2007-11-02 21:16:09 +00:00
gstudpsrc.c udpsrc: Make sure the sockaddr length used for recvfrom() is big enough. 2009-02-25 12:52:37 +01:00
gstudpsrc.h gst/udp/gstudpsrc.*: Add property to control automatic join/leave of multicast groups. 2008-06-13 11:54:05 +00:00
Makefile.am Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00: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.