diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-03-16 16:06:22 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-03-16 16:06:22 +0000 |
commit | f8d30d4744294da9f759a7842f44dafff46f0ec4 (patch) | |
tree | 4c24be8c1a90941788c30a1a6823e6101802dda7 /ChangeLog | |
parent | 1cf900d58cb606a25a17686ef874a96f159d6c50 (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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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): |