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 579668 - audioresample fails to build with --disable-gst-debug
audioresample fails to build with --disable-gst-debug
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal blocker
: 0.10.23
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-20 23:51 UTC by René Stadler
Modified: 2009-04-21 19:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Trivial patch (1.81 KB, patch)
2009-04-20 23:52 UTC, René Stadler
committed Details | Review

Description René Stadler 2009-04-20 23:51:14 UTC
There's an unused variable in gstaudioresample.c when logging is turned off, which naturally makes -Werror builds fail. Attaching trivial patch.
Comment 1 René Stadler 2009-04-20 23:52:50 UTC
Created attachment 133000 [details] [review]
Trivial patch
Comment 2 Jan Schmidt 2009-04-21 19:44:36 UTC
Committed, thanks!

commit e8b2ceaa3d0266cddae715d47d1970b8f5f7dfe7
Author: René Stadler <mail@renestadler.de>
Date:   Tue Apr 21 20:41:23 2009 +0100

    audioresample: Fix unused variable in compilation with --disable-gst-debug
    
    Fixes: #579668