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 666750 - Compiler warning->error in faac
Compiler warning->error in faac
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Windows
: Normal normal
: 0.10.23
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-12-23 07:00 UTC by LRN
Modified: 2011-12-23 08:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description LRN 2011-12-23 07:00:12 UTC
cc1.exe: warnings being treated as errors
gstfaac.c: In function 'gst_faac_open_encoder':
gstfaac.c:513:3: error: format '%d' expects type 'int', but argument 8 has type 'gulong'
gstfaac.c:513:3: error: format '%d' expects type 'int', but argument 9 has type 'gulong'
Comment 1 Mark Nauwelaerts 2011-12-23 08:33:51 UTC
Thanks, following should take care of this:

commit ce1c741f37760e7b49e3d2016501c66213d77611
Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Date:   Fri Dec 23 09:30:31 2011 +0100

    faac: standardize some field data types
    
    Fixes #666750.