summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-03-16 16:06:22 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-03-16 16:06:22 +0000
commitf8d30d4744294da9f759a7842f44dafff46f0ec4 (patch)
tree4c24be8c1a90941788c30a1a6823e6101802dda7 /ChangeLog
parent1cf900d58cb606a25a17686ef874a96f159d6c50 (diff)
gst/id3demux/id3v2frames.c: We only care about gain and peak data for the master volume.
Original commit message from CVS: * gst/id3demux/id3v2frames.c: (parse_relative_volume_adjustment_two): We only care about gain and peak data for the master volume.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 04835000..64bfb146 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
+ * gst/id3demux/id3v2frames.c:
+ (parse_relative_volume_adjustment_two):
+ We only care about gain and peak data for the master volume.
+
+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):