From e23a7eec6894f07887669b0541c0ab207e77ae84 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Tue, 25 Jul 2006 16:47:04 +0000 Subject: gst/id3demux/id3tags.c: Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as well, and add the version to... Original commit message from CVS: * gst/id3demux/id3tags.c: (id3demux_add_id3v2_frame_blob_to_taglist): Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as well, and add the version to the blob's buffer caps, since that information will be needed for deserialisation later on (#348644). --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a8dbd681..58dca7da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-07-25 Tim-Philipp Müller + + * gst/id3demux/id3tags.c: + (id3demux_add_id3v2_frame_blob_to_taglist): + Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as + well, and add the version to the blob's buffer caps, since that + information will be needed for deserialisation later on (#348644). + 2006-07-25 Stefan Kost * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes), -- cgit