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 528618 - amrwb plugin do not build without warning with the 3ggp specs sources 26204-710
amrwb plugin do not build without warning with the 3ggp specs sources 26204-710
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-04-17 17:47 UTC by Sebastien Merle
Modified: 2008-06-12 13:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to remove a warning during amrwb compilation (474 bytes, patch)
2008-04-17 17:49 UTC, Sebastien Merle
committed Details | Review

Description Sebastien Merle 2008-04-17 17:47:53 UTC
A warning stop the build of the amrwb plugin with the 3ggp specs source code 26204-710:

cc1: warnings being treated as errors
gstamrwbdec.c: In function 'gst_amrwbdec_chain':
gstamrwbdec.c:310: warning: pointer targets in passing argument 2 of 'D_IF_decode' differ in signedness
Comment 1 Sebastien Merle 2008-04-17 17:49:02 UTC
Created attachment 109438 [details] [review]
Patch to remove a warning during amrwb compilation
Comment 2 Wim Taymans 2008-06-12 13:51:53 UTC
        Patch by: Sebastien Merle <sylane at gmail dot com>

        * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_chain):
        Fix the sign of the data we pass to the decoder so that the decoder
        compiles with newer reference code as well. Fixes #528618.