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 323721 - [id3demux] read in replaygain information from RVA2 frames in id3v2.4
[id3demux] read in replaygain information from RVA2 frames in id3v2.4
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.0
Other Linux
: Normal normal
: 0.10.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-12-10 13:32 UTC by Ash
Modified: 2006-03-16 13:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ash 2005-12-10 13:32:42 UTC
It'd be nice if gstreamer would read data from RVA2 frames in id3v2.4 tags,
interpreting a frame description of "album" as replaygain album gain and peak
GST_TAG_ALBUM_GAIN/PEAK), and "track" as replaygain track gain and peak
(GST_TAG_TRACK_GAIN/PEAK).

The discussion linked to below should be helpful, it contains info on the data
format for the peak information, which is not well defined in the id3v2.4 spec.
http://www.sacredchao.net/quodlibet/ticket/403

It may also be worth considering reading replaygain_track_gain etc tags from
TXXX fields ala foobar2000 (also see the link above).
Comment 1 Tim-Philipp Müller 2006-03-16 13:56:07 UTC
 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>

        * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
        (parse_id_string), (parse_unique_file_identifier),
        (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
          Read replay gain tags (#323721).