[gstreamer-bugs] [Bug 580318] New: Rgvolume does not work when a tag other than the one containing replaygain values exist.

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Apr 26 11:24:27 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=580318

  GStreamer | don't know | Ver: git
           Summary: Rgvolume does not work when a tag other than the one
                    containing replaygain values exist.
           Product: GStreamer
           Version: git
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: don't know
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: balachandran_c at rediffmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Please describe the problem:
In an mp3 file, with multiple metadata tags, the first being an apev2 tag
containing replaygain values (replaygain-track-gain, replaygain-track-peak),
and the second tag containing values like artist, title etc, rgvolume does not
work. It doesn't seem to receive the replaygain tag. This holds true if the
second tag (artist, title...) is either apev2 or id3.

Steps to reproduce:
1. Create a file with one apev2 tag containing title info.

gst-launch alsasrc ! taginject tags="title=test" ! audioconvert ! lame !
apev2mux ! filesink location=firstpass.mp3

2. Add a second tag with replaygain information.

gst-launch filesrc location=firstpass.mp3 ! taginject
tags="replaygain-track-gain=-0.46,replaygain-track-peak=0.856934" ! apev2mux !
filesink location=secondpass.mp3

3. export GST_DEBUG=rgvolume:3

gst-launch -t filesrc location=secondpass.mp3 ! decodebin ! audioconvert !
rgvolume ! fakesink




Actual results:
rgvolume does not set the result gain to match target. it doesn't see the tag
containing replaygain values.


Expected results:
rgvolume should set the result gain to match target.

Does this happen every time?
yes.

Other information:
This bug could be related to this one:
http://bugzilla.gnome.org/show_bug.cgi?id=556734


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=580318.




More information about the Gstreamer-bugs mailing list