gstreamer/gst/udp
Wim Taymans fcd901a5bf gst/udp/gstudpsrc.*: Added property to post a message on timeout.
Original commit message from CVS:
* gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
(gst_udpsrc_create), (gst_udpsrc_set_property),
(gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
* gst/udp/gstudpsrc.h:
Added property to post a message on timeout.
Updated docs.
When restarting the select, initialize the fdsets again.
Init control sockets so we don't accidentally close a random socket.
API: GstUDPSrc::timeout property
2006-09-29 11:09:40 +00:00
..
.gitignore gst/udp/: Added multifdsink to send UDP to multiple addresses. 2005-05-12 15:32:51 +00:00
gstdynudpsink.c Port udp plugin to win32 (#345288). 2006-07-24 11:48:03 +00:00
gstdynudpsink.h Port udp plugin to win32 (#345288). 2006-07-24 11:48:03 +00:00
gstmultiudpsink.c gst/udp/gstmultiudpsink.c: Turn a g_print into a DEBUG line. 2006-08-16 09:29:20 +00:00
gstmultiudpsink.h Port udp plugin to win32 (#345288). 2006-07-24 11:48:03 +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 Port udp plugin to win32 (#345288). 2006-07-24 11:48:03 +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 Port udp plugin to win32 (#345288). 2006-07-24 11:48:03 +00:00
gstudpsink.c Define GstElementDetails as const and also static (when defined as global) 2006-04-25 21:39:46 +00:00
gstudpsink.h Port udp plugin to win32 (#345288). 2006-07-24 11:48:03 +00:00
gstudpsrc.c gst/udp/gstudpsrc.*: Added property to post a message on timeout. 2006-09-29 11:09:40 +00:00
gstudpsrc.h gst/udp/gstudpsrc.*: Added property to post a message on timeout. 2006-09-29 11:09:40 +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.