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 651447 - [ffdec_aac] Add mpegversion 2 to caps
[ffdec_aac] Add mpegversion 2 to caps
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other All
: Normal normal
: 0.10.12
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-05-30 10:13 UTC by Raimo Järvi
Modified: 2011-05-30 10:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add mpegversion 2 to input caps. (1.96 KB, patch)
2011-05-30 10:19 UTC, Raimo Järvi
committed Details | Review

Description Raimo Järvi 2011-05-30 10:13:40 UTC
The following patch adds mpegversion 2 to ffdec_aac caps. This fixes decoding AAC streams with MPEG version 2.
Comment 1 Raimo Järvi 2011-05-30 10:19:14 UTC
Created attachment 188870 [details] [review]
Add mpegversion 2 to input caps.
Comment 2 Sebastian Dröge (slomo) 2011-05-30 10:31:48 UTC
commit 82463fe8bc169061562cdc3a0f0bca40a16b5833
Author: Raimo Järvi <raimo.jarvi@gmail.com>
Date:   Mon May 30 13:14:09 2011 +0300

    ffdec: Add mpegversion 2 to AAC decoder caps
    
    Fixes bug #651447.