After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 650594 - [faac] AAC profile support in the caps
[faac] AAC profile support in the caps
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.23
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 650555
 
 
Reported: 2011-05-19 14:53 UTC by Christian Fredrik Kalager Schaller
Modified: 2011-05-27 08:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2011-05-19 14:53:08 UTC
the faac element needs support in caps for setting the AAC profiles (low complexity, main profile, long term prediction and sample rate scaleable.)
Comment 1 Christian Fredrik Kalager Schaller 2011-05-26 09:24:30 UTC
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.
Comment 2 Sebastian Dröge (slomo) 2011-05-27 08:12:55 UTC
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.