summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-07-26 08:17:45 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-07-26 08:17:45 +0000
commit9a40416751f4518727f7a52bcf1b0ae1a8c405ff (patch)
tree067e590767996c06e93436f6217e844119ba6175 /ChangeLog
parentf62efef1137b2ae91d900f20e9c19c47681e8aaf (diff)
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).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
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 <tim at centricular dot net>
+
+ * 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 <tim at centricular dot net>
* sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):