gstreamer/gst/udp
Laurent Glayal 961c985270 gst/udp/gstudpsrc.c: When the socket is used by the app for other purposes, don't generate an error if there is activ...
Original commit message from CVS:
Based on patch by: Laurent Glayal  <spglegle yahoo fr>
* gst/udp/gstudpsrc.c: (gst_udpsrc_create):
When the socket is used by the app for other purposes, don't generate an
error if there is activaty on the socket that is not data related.
Fixes #487488.
2007-10-18 17:04:14 +00:00
..
.gitignore gst/udp/: Added multifdsink to send UDP to multiple addresses. 2005-05-12 15:32:51 +00:00
gstdynudpsink.c gst/udp/: Rework the socket allocation a bit based on the sockfd argument so that it becomes usable. 2007-03-29 09:59:23 +00:00
gstdynudpsink.h gst/udp/: Rework the socket allocation a bit based on the sockfd argument so that it becomes usable. 2007-03-29 09:59:23 +00:00
gstmultiudpsink.c gst/udp/gstmultiudpsink.c: Add property do configure destination address/port pairs 2007-09-04 22:42:21 +00:00
gstmultiudpsink.h gst/udp/gstmultiudpsink.*: Add support for getting and setting the socket to use. 2007-08-17 13:59:15 +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 Port udp plugin to win32 (#345288). 2006-07-24 11:48:03 +00:00
gstudpnetutils.h gst/avi/gstavimux.c: Comment a #if 0 in caps template definition as VS6 seems to do not support it. 2007-02-11 12:57:47 +00:00
gstudpsink.c gst/udp/gstmultiudpsink.c: Add code to drop membership of a multicast group. 2007-04-29 14:43:37 +00:00
gstudpsink.h Port udp plugin to win32 (#345288). 2006-07-24 11:48:03 +00:00
gstudpsrc.c gst/udp/gstudpsrc.c: When the socket is used by the app for other purposes, don't generate an error if there is activ... 2007-10-18 17:04:14 +00:00
gstudpsrc.h gst/udp/: Rework the socket allocation a bit based on the sockfd argument so that it becomes usable. 2007-03-29 09:59:23 +00:00
Makefile.am Port udp plugin to win32 (#345288). 2006-07-24 11:48:03 +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.