From 82d3eca90bd4d06d12d6bc022934efc02f4853f6 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 16 Jul 2007 12:11:36 +0000 Subject: 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. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 989a30a0..2d310c3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-07-16 Wim Taymans + + * 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 * ext/wavpack/gstwavpackdec.c: -- cgit