Skip to content
  • Vincent Torri's avatar
    ext/jpeg/: These libjpeg callbacks should return a 'boolean' (unsigned char... · fd185066
    Vincent Torri authored
    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.
    fd185066