summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@ubuntu.com>2006-05-28 14:38:11 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-05-28 14:38:11 +0000
commita2dbc8ad4322dcd67406509215eef6fc5c01c17f (patch)
tree80e076101361b9e13cf9b23e4dca2705c4faf0c8 /ChangeLog
parent1e33771cc7c2d65696209b15fc6d7d839ec121cb (diff)
gst/apetag/gstapedemux.c: Some clean-ups and additions: map APE 'file' tag to
Original commit message from CVS: Patch by: Sebastian Dröge <slomo at ubuntu dot com> * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag), (ape_demux_parse_tags): Some clean-ups and additions: map APE 'file' tag to GST_TAG_LOCATION (#343123); add support for extracting the track count and clean up parsing a bit (#343127).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9242ad0e..a986b147 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-05-28 Tim-Philipp Müller <tim at centricular dot net>
+
+ Patch by: Sebastian Dröge <slomo at ubuntu dot com>
+
+ * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
+ (ape_demux_parse_tags):
+ Some clean-ups and additions: map APE 'file' tag to
+ GST_TAG_LOCATION (#343123); add support for extracting
+ the track count and clean up parsing a bit (#343127).
+
2006-05-28 Edward Hervey <edward@fluendo.com>
* ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):