gstreamer/gst/udp
Vincent Torri fd18506657 ext/jpeg/: These libjpeg callbacks should return a 'boolean' (unsigned char apparently) and not a 'gboolean' (which m...
Original commit message from CVS:
Patch by: Vincent Torri  <vtorri at univ-evry fr>
* ext/jpeg/gstjpegdec.c:
* ext/jpeg/gstjpegenc.c:
* ext/jpeg/smokecodec.c:
These libjpeg callbacks should return a 'boolean' (unsigned char
apparently) and not a 'gboolean' (which maps to gint). Fixes
warnings when compiling with MingW (#393427).
* gst/rtsp/rtspconnection.c: (rtsp_connection_read):
Use ioctlsocket on win32.
* gst/udp/gstudpsrc.c: (gst_udpsrc_create):
Some printf format fixes for win32.
2007-01-08 12:45:10 +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 ext/jpeg/: These libjpeg callbacks should return a 'boolean' (unsigned char apparently) and not a 'gboolean' (which m... 2007-01-08 12:45:10 +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.