From c4feff34927f2ff4224494644fa8d63c41ee82ad Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 11 May 2006 09:09:49 +0000 Subject: gst/qtdemux/qtdemux.c: Figure out the real audio type in mp4a boxes by parsing the optional descriptors in the option... Original commit message from CVS: * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak), (gst_qtdemux_handle_esds): Figure out the real audio type in mp4a boxes by parsing the optional descriptors in the optional esds box. Promote the default AAC to mp3 when indicated. Fixes #330632. --- ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6fd6e7d4..cc72ecf7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,16 @@ +2006-05-11 Wim Taymans + + * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak), + (gst_qtdemux_handle_esds): + Figure out the real audio type in mp4a boxes by parsing the + optional descriptors in the optional esds box. Promote the + default AAC to mp3 when indicated. Fixes #330632. + 2006-05-10 Wim Taymans * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_dump_unknown), (qtdemux_parse_trak), (gst_qtdemux_handle_esds): - Parse version 2 sample descriptions. + Parse version 2 sample descriptions. Fixes #341231 Don't #define gst_util_dump_mem(), use something more specific instead to avoid confusion. -- cgit v1.2.1