From a2dbc8ad4322dcd67406509215eef6fc5c01c17f Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Sun, 28 May 2006 14:38:11 +0000 Subject: gst/apetag/gstapedemux.c: Some clean-ups and additions: map APE 'file' tag to MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Original commit message from CVS: Patch by: Sebastian Dröge * 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). --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') 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 + + Patch by: Sebastian Dröge + + * 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 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state): -- cgit