videodecoder: fix build error on i386
authorMatthew Waters <matthew@centricular.com>
Fri, 10 Mar 2017 07:22:27 +0000 (18:22 +1100)
committerMatthew Waters <matthew@centricular.com>
Fri, 10 Mar 2017 07:23:48 +0000 (18:23 +1100)
commitd15b0f48445659e52d62a722c015623377cbd2d6
treecff9a7b2af169d07138f92714c0fb7aef850b162
parentfb7d9e26ffe3244130c16864e31575b96690da08
videodecoder: fix build error on i386

Use G_GUINT64_FORMAT for guint64 values.

Introduced by fcb63e77a9de42cfb50da03a4925b06704006be3

Found by Alexander Larsson

gstvideodecoder.c: In function 'gst_video_decoder_have_frame':
gstvideodecoder.c:3312:51: error: format '%u' expects argument of type 'unsigned int', but argument 8 has type 'guint64 {aka long long unsigned int}' [-Werror=format=]
gst-libs/gst/video/gstvideodecoder.c