GNOME Bugzilla – Bug 676442
video: Fix printf format warnings on mingw-w64
Last modified: 2012-05-24 08:58:15 UTC
gstvideodecoder.c:1774:3: error: format '%d' expects type 'int', but argument 9 has type 'gsize' gstvideodecoder.c:1774:3: error: format '%d' expects type 'int', but argument 10 has type 'gsize' gstvideoencoder.c:1118:3: error: format '%d' expects type 'int', but argument 8 has type 'gsize'
Created attachment 214517 [details] [review] video: Fix printf format warnings on mingw-w64
commit d42a197c045ad4c711cdddf8f8a2a796529c0551 Author: Raimo Järvi <raimo.jarvi@gmail.com> Date: Sun May 20 23:27:42 2012 +0300 video: Fix printf format warnings on mingw-w64 https://bugzilla.gnome.org/show_bug.cgi?id=676442