GNOME Bugzilla – Bug 650594
[faac] AAC profile support in the caps
Last modified: 2011-05-27 08:14:29 UTC
the faac element needs support in caps for setting the AAC profiles (low complexity, main profile, long term prediction and sample rate scaleable.)
Of all the bugs to enable this in the various AAC plugins, if we could get it enabled first in FAAC that would be great at it would let me test it. Also since FAAC already have properties to set the different profiles I would assume it is a quite simple code change.
commit 6702de4237f6e7c3166b2807150669557220c44f Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Fri May 27 10:11:32 2011 +0200 faac: Add the profile and level to the caps Also negotiate the profile from the downstream peer caps instead of using a property. Fixes bug #650594.