[gstreamer-bugs] [Bug 127574] replaygain support

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Fri Mar 4 10:02:59 PST 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=127574
 GStreamer | gst-plugins | Ver: HEAD CVS





------- Additional Comments From Ash  2005-03-04 13:02 -------
(From update of attachment 37344)
>--- gst/apetag/apedemux.c	2004-12-23 12:42:48.000000000 +0000
>+++ gst/apetag/apedemux.c.RG	2005-02-11 13:54:29.000000000 +0000
>@@ -473,6 +473,18 @@
>       type = GST_TAG_ISRC;
>     } else if (!strcasecmp (tag, "track")) {
>       type = GST_TAG_TRACK_NUMBER;
>       i = TRUE;
>+    } else if (!strcasecmp (tag, "replaygain_track_gain")) {
>+      type = GST_TAG_TRACK_GAIN;
>+      i = TRUE;
>+    } else if (!strcasecmp (tag, "replaygain_track_peak")) {
>+      type = GST_TAG_TRACK_PEAK;
>+      i = TRUE;
>+    } else if (!strcasecmp (tag, "replaygain_album_gain")) {
>+      type = GST_TAG_ALBUM_GAIN;
>+      i = TRUE;
>+    } else if (!strcasecmp (tag, "replaygain_album_peak")) {
>+      type = GST_TAG_ALBUM_PEAK;
>+      i = TRUE;
>     }
>     if (type) {


------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list