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 606807 - audioamplify: allow negative amplifications
audioamplify: allow negative amplifications
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal enhancement
: 0.10.18
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-01-13 03:26 UTC by Kipp
Modified: 2010-01-13 08:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
change lower bound of "amplification" property from 0.0 to -G_MAXFLOAT (568 bytes, patch)
2010-01-13 03:26 UTC, Kipp
committed Details | Review

Description Kipp 2010-01-13 03:26:06 UTC
Created attachment 151305 [details] [review]
change lower bound of "amplification" property from 0.0 to -G_MAXFLOAT

The amplification property of the audioamplify element is limited to the range 0 --> +max double.  I request that it be allowed to go from -max-double --> max double.
Comment 1 Sebastian Dröge (slomo) 2010-01-13 08:22:54 UTC
commit d009678bc599e67be5f05292e2b34349fa8c7f4f
Author: Kipp Cannon <kcannon@ligo.caltech.edu>
Date:   Wed Jan 13 09:22:20 2010 +0100

    audioamplify: Allow negative amplifications
    
    Fixes bug #606807.