diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2006-05-11 09:09:49 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2006-05-11 09:09:49 +0000 |
commit | c4feff34927f2ff4224494644fa8d63c41ee82ad (patch) | |
tree | 61c2d8447fc2a1df263a4e7a2dd25e689dbbb483 /ChangeLog | |
parent | 55fc42d17a074be96d90495f0b47fedc69f515b4 (diff) | |
download | gst-plugins-bad-c4feff34927f2ff4224494644fa8d63c41ee82ad.tar.gz gst-plugins-bad-c4feff34927f2ff4224494644fa8d63c41ee82ad.tar.bz2 gst-plugins-bad-c4feff34927f2ff4224494644fa8d63c41ee82ad.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,8 +1,16 @@ +2006-05-11 Wim Taymans <wim@fluendo.com> + + * 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 <wim@fluendo.com> * 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. |