gstreamer/gst/udp
Ole André Vadla Ravnås 76fbca7103 gst/udp/gstudpsrc.c: Properly balance WSA_Cleanup with WSA_Startup.
Original commit message from CVS:
Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
* gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
(gst_udpsrc_stop):
Properly balance WSA_Cleanup with WSA_Startup.
Also make the poll controllable on windows. Fixes #520888.
2008-03-07 10:01:40 +00:00
..
.gitignore
gstdynudpsink.c
gstdynudpsink.h
gstmultiudpsink.c gst/udp/gstmultiudpsink.c: use GST_WARNING for logging 2008-01-18 13:40:38 +00:00
gstmultiudpsink.h gst/udp/gstmultiudpsink.*: Add property to automatically join a multicast group or not. This can be useful when shari... 2008-01-17 11:13:16 +00:00
gstudp-marshal.list
gstudp.c
gstudp.h
gstudpnetutils.c
gstudpnetutils.h
gstudpsink.c
gstudpsink.h
gstudpsrc.c gst/udp/gstudpsrc.c: Properly balance WSA_Cleanup with WSA_Startup. 2008-03-07 10:01:40 +00:00
gstudpsrc.h gst/udp/gstudpsrc.*: Port to GstPoll. See #505417. 2008-02-28 11:51:24 +00:00
Makefile.am
README
udp.vcproj

* 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.