ext/jpeg/: These libjpeg callbacks should return a 'boolean' (unsigned char apparentl...
authorVincent Torri <vtorri@univ-evry.fr>
Mon, 8 Jan 2007 12:45:10 +0000 (12:45 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 8 Jan 2007 12:45:10 +0000 (12:45 +0000)
commitfd185066571a02bb59228df7df9b4f717f81a6fd
treea99b9c56aae94d053ced74d64efe38ce6cc1139b
parent12359919d3932f49a04382e72be855df53fa1800
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.
ChangeLog
common
ext/jpeg/gstjpegdec.c
ext/jpeg/gstjpegenc.c
ext/jpeg/smokecodec.c
gst/rtsp/rtspconnection.c
gst/udp/gstudpsrc.c