From 9a40416751f4518727f7a52bcf1b0ae1a8c405ff Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Wed, 26 Jul 2006 08:17:45 +0000 Subject: ext/taglib/gstid3v2mux.cc: Handle multiple tags of the same type properly. Re-inject unparsed ID3v2 frames that we ge... Original commit message from CVS: * ext/taglib/gstid3v2mux.cc: Handle multiple tags of the same type properly. Re-inject unparsed ID3v2 frames that we get as binary blobs from id3demux into the tag again so we don't lose information when retagging (#334375). --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4fead7e9..f4ad9e64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-07-26 Tim-Philipp Müller + + * ext/taglib/gstid3v2mux.cc: + Handle multiple tags of the same type properly. Re-inject + unparsed ID3v2 frames that we get as binary blobs from + id3demux into the tag again so we don't lose information + when retagging (#334375). + 2006-07-25 Tim-Philipp Müller * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init): -- cgit