gstreamer/gst/udp
Rob Taylor 21c9ac41a9 gst/udp/gstudpsrc.c: If using multicast in udpsrc, bind to the multicast address rather than
Original commit message from CVS:
Patch by: Rob Taylor <robtaylor at floopily dot org>
* gst/udp/gstudpsrc.c: (gst_udpsrc_start):
If using multicast in udpsrc, bind to the multicast address rather than
IN_ADDR_ANY.
This allows the simultanous use of multiple udpsrcs listening on
different multicat addresses. Without this all udpsrcs will receive all
packets from all subscribed multicast addresses.
Fixes #383001.
2006-12-06 14:33:54 +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 Fix a bunch of problems discovered by the Forte compiler, mostly type mixups and pointer arithmetics with void pointe... 2006-10-16 18:22:47 +00:00
gstudpsink.h Port udp plugin to win32 (#345288). 2006-07-24 11:48:03 +00:00
gstudpsrc.c gst/udp/gstudpsrc.c: If using multicast in udpsrc, bind to the multicast address rather than 2006-12-06 14:33:54 +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.