[Bug 797127] Build Error on linux: gstfilesink: format '%u' exprects argument of type 'unsigned int', but argument 10 has type 'guint64'

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Sep 12 01:31:18 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=797127

Nicolas Dufresne (ndufresne) <nicolas at ndufresne.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nicolas at ndufresne.ca
          Component|common                      |gstreamer (core)

--- Comment #1 from Nicolas Dufresne (ndufresne) <nicolas at ndufresne.ca> ---
Looks like this is a built for 32bit linux. gsize would be 32bit, where doing
uint64 + uint == uint64. Clearly the compiler is right, and we need to use
G_GUINT64_FORMAT here.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list