summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2006-03-09 17:44:17 +0000
committerChristophe Fergeau <teuf@gnome.org>2006-03-09 17:44:17 +0000
commit47575c6de1d0513cbdecff7647acb514ad53184f (patch)
treea089838a6bbeec4f0ff630c3bee8f3b135f229e8 /ChangeLog
parent6ece4976ccf84bbe355ef854581c19f5c776de31 (diff)
downloadgst-plugins-bad-47575c6de1d0513cbdecff7647acb514ad53184f.tar.gz
gst-plugins-bad-47575c6de1d0513cbdecff7647acb514ad53184f.tar.bz2
gst-plugins-bad-47575c6de1d0513cbdecff7647acb514ad53184f.zip
new id3v2 muxer based on TagLib
Original commit message from CVS: 2006-03-09 Christophe Fergeau <teuf@gnome.org> reviewed by: Tim-Philipp Müller <tim at centricular dot net> * configure.ac: * ext/Makefile.am: * ext/taglib/Makefile.am: * ext/taglib/gsttaglib.cc: * ext/taglib/gsttaglib.h: new id3v2 muxer based on TagLib
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 28c6eacb..36ee98ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-03-09 Christophe Fergeau <teuf@gnome.org>
+
+ reviewed by: Tim-Philipp Müller <tim at centricular dot net>
+
+ * configure.ac:
+ * ext/Makefile.am:
+ * ext/taglib/Makefile.am:
+ * ext/taglib/gsttaglib.cc:
+ * ext/taglib/gsttaglib.h: new id3v2 muxer based on TagLib
+
2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
* gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):