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 581568 - ability for replaygain plugin to post level messages
ability for replaygain plugin to post level messages
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal enhancement
: 0.10.15
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-05-06 09:30 UTC by Gabriel Bouvigne
Modified: 2009-05-07 14:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to emit gain messages (7.84 KB, patch)
2009-05-06 09:30 UTC, Gabriel Bouvigne
committed Details | Review

Description Gabriel Bouvigne 2009-05-06 09:30:17 UTC
This patch provides ability for the replaygain plugin to post messages mentionning the computed gain level.
This would provide ability to do such things, from the perceptual gain information:
*level metering
*silence detection
*...
Comment 1 Gabriel Bouvigne 2009-05-06 09:30:59 UTC
Created attachment 134088 [details] [review]
patch to emit gain messages
Comment 2 Sebastian Dröge (slomo) 2009-05-07 14:27:45 UTC
Thanks, committed this with some minor changes (fixed a cast, changed the structure name to "rganalysis" which seems to be more consistent with other elements and changed the default to not post messages).

commit 3e0f1b84a4af33ef90da5f0f039f8f2c2cd62e81
Author: Gabriel Bouvigne <bouvigne@mp3-tech.org>
Date:   Thu May 7 16:25:41 2009 +0200

    rganalysis: Add ability to post level messages
    
    Fixes bug #581568.