summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-04-20 09:11:22 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-04-20 09:11:22 +0000
commited58a212ff290799abcea23ee090e3dc560f434d (patch)
tree9c679f04b958bfce9cc027e9fa64c57b9ec3a499 /ChangeLog
parent7f74c39a109630db0e792396dc90a412959fa3de (diff)
gst/matroska/matroska-demux.c: Make mpeg2 aac audio work: create artificial private codec data chunk which faad2 seem...
Original commit message from CVS: * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init): Make mpeg2 aac audio work: create artificial private codec data chunk which faad2 seems to require, just as we do for mpeg4 aac. Also call gst_riff_init(). Partially fixes #338767.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a5d413d3..751e4b30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-04-20 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
+ (gst_matroska_demux_plugin_init):
+ Make mpeg2 aac audio work: create artificial private codec data
+ chunk which faad2 seems to require, just as we do for mpeg4 aac.
+ Also call gst_riff_init(). Partially fixes #338767.
+
2006-04-19 Tim-Philipp Müller <tim at centricular dot net>
* gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),