filesink: Fix wrong printf format
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Wed, 12 Sep 2018 01:32:27 +0000 (21:32 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Wed, 12 Sep 2018 01:33:51 +0000 (21:33 -0400)
commitc81b2f620785ef48618b36f21e3ee84ad757aeb4
treecebff403d79caa97bfd345812122671f7632c11a
parent616d588b52ec44ffb0c522a029ed9c99ae6f6bd0
filesink: Fix wrong printf format

We add a guint64 and a guint, the result is a guint64. On 64bit
architecture, this is the same, but on 32bit architecture, it's not.

https://bugzilla.gnome.org/show_bug.cgi?id=797127
plugins/elements/gstfilesink.c