aacparse: allow conversion from raw AAC to ADTS
authorChris Bass <floobleflam@gmail.com>
Tue, 13 Aug 2013 13:09:20 +0000 (14:09 +0100)
committerSebastian Dröge <slomo@circular-chaos.org>
Tue, 13 Aug 2013 13:58:23 +0000 (15:58 +0200)
commitb40bf67526189db009bf768c0541aefeb0d697ca
treedc46713a544d6d17fa43b4ad1607e6c585678605
parent282afae2447aa750565b44ee4741acb0993ae32b
aacparse: allow conversion from raw AAC to ADTS

This patch will prepend ADTS headers to raw AAC audio frames, allowing
upstream elements to link to decoders that only support AAC in ADTS format.

Note that no error correction bits are added to ADTS frames in this code.

https://bugzilla.gnome.org/show_bug.cgi?id=615740
gst/audioparsers/gstaacparse.c