summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2006-03-11 11:12:30 +0000
committerChristophe Fergeau <teuf@gnome.org>2006-03-11 11:12:30 +0000
commitb9571c8b4605d77cd723a4ee0978fab55899bde8 (patch)
treec8b6f358ba4bdcfef429a10d7f63fd248c181c0d /ChangeLog
parenta1b0d326a7f4ef4287d77b6565df7841a6d091b4 (diff)
downloadgst-plugins-bad-b9571c8b4605d77cd723a4ee0978fab55899bde8.tar.gz
gst-plugins-bad-b9571c8b4605d77cd723a4ee0978fab55899bde8.tar.bz2
gst-plugins-bad-b9571c8b4605d77cd723a4ee0978fab55899bde8.zip
added new element to add Xing headers to MP3 files (this allows decoder to figure out the length of VBR files)
Original commit message from CVS: 2006-03-11 Christophe Fergeau <teuf@gnome.org> Reviewed by: Tim-Philipp Müller <tim at centricular dot net> * configure.ac: * gst/xingheader/Makefile.am: * gst/xingheader/gstxingmux.c: * gst/xingheader/gstxingmux.h: added new element to add Xing headers to MP3 files (this allows decoder to figure out the length of VBR files)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 394106c0..8f992bde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,15 @@
2006-03-11 Christophe Fergeau <teuf@gnome.org>
+
+ Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
+
+ * configure.ac:
+ * gst/xingheader/Makefile.am:
+ * gst/xingheader/gstxingmux.c:
+ * gst/xingheader/gstxingmux.h: added new element to add Xing headers
+ to MP3 files (this allows decoder to figure out the length of VBR
+ files)
+
+2006-03-11 Christophe Fergeau <teuf@gnome.org>
Patch by: Alex Lancaster