After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 620324 - Format warning in ivfparse
Format warning in ivfparse
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Windows
: Normal trivial
: 0.10.20
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-06-02 01:53 UTC by LRN
Modified: 2010-06-02 08:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix format warning (1.01 KB, patch)
2010-06-02 01:54 UTC, LRN
committed Details | Review

Description LRN 2010-06-02 01:53:33 UTC
gstivfparse.c:236:9: error: format '%u' expects type 'unsigned int', but argument 9 has type 'guint64'
Comment 1 LRN 2010-06-02 01:54:20 UTC
Created attachment 162512 [details] [review]
Fix format warning
Comment 2 Sebastian Dröge (slomo) 2010-06-02 08:06:56 UTC
commit a7fe2c391c0b1972675929bb0235388a9e79a19a
Author: Руслан Ижбулатов <lrn1986@gmail.com>
Date:   Wed Jun 2 05:51:41 2010 +0400

    ivfparse: Fix format string warning
    
    Fixes #620324