diff options
author | Christophe Fergeau <teuf@gnome.org> | 2006-03-11 11:12:30 +0000 |
---|---|---|
committer | Christophe Fergeau <teuf@gnome.org> | 2006-03-11 11:12:30 +0000 |
commit | b9571c8b4605d77cd723a4ee0978fab55899bde8 (patch) | |
tree | c8b6f358ba4bdcfef429a10d7f63fd248c181c0d /ChangeLog | |
parent | a1b0d326a7f4ef4287d77b6565df7841a6d091b4 (diff) | |
download | gst-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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |