summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-07-16 12:11:36 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-07-16 12:11:36 +0000
commit82d3eca90bd4d06d12d6bc022934efc02f4853f6 (patch)
treea6e4455eb1cc08c64f84ad8834514aa9e66078f1 /ChangeLog
parent682ecd9b672d0c4734e26b04c0dec7ec175813f9 (diff)
gst/qtdemux/qtdemux.c: Fix parsing of esds atoms inside mp4a atoms so that we can set correct codec_info for AAC audi...
Original commit message from CVS: * gst/qtdemux/qtdemux.c: (qtdemux_parse_node): Fix parsing of esds atoms inside mp4a atoms so that we can set correct codec_info for AAC audio. Fixes #457097 along with a whole other bunch of qt/aac files.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 989a30a0..2d310c3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-07-16 Wim Taymans <wim.taymans@gmail.com>
+
+ * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
+ Fix parsing of esds atoms inside mp4a atoms so that we can set correct
+ codec_info for AAC audio. Fixes #457097 along with a whole other bunch
+ of qt/aac files.
+
2007-07-16 Sebastian Dröge <slomo@circular-chaos.org>
* ext/wavpack/gstwavpackdec.c: