[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:33:53 UTC 2018


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

--- Comment #2 from Nicolas Dufresne (ndufresne) <nicolas at ndufresne.ca> ---
Created attachment 373611
  --> https://bugzilla.gnome.org/attachment.cgi?id=373611&action=edit
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.

-- 
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