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 761144 - matroskamux: use A_AAC instead of A_AAC/MPEGx/y
matroskamux: use A_AAC instead of A_AAC/MPEGx/y
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Mac OS
: Normal normal
: 1.7.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-01-26 17:54 UTC by Matej Knopp
Modified: 2016-01-27 12:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (2.43 KB, patch)
2016-01-26 17:54 UTC, Matej Knopp
committed Details | Review

Description Matej Knopp 2016-01-26 17:54:33 UTC
Created attachment 319786 [details] [review]
Patch

Some GoogleCast devices do not recognize audio tracks with A_AAC/MPEGx/y codec id. Also, according to http://wiki.multimedia.cx/index.php?title=Matroska A_AAC/MPEGx/y is obsolete and A_AAC should be used instead.
Comment 1 Sebastian Dröge (slomo) 2016-01-27 12:52:02 UTC
commit e7460d9c0610eb4c233eb27c582d6a1d6ef78f32
Author: Matej Knopp <matej.knopp@gmail.com>
Date:   Tue Jan 26 18:50:38 2016 +0100

    matroskamux: use A_AAC instead of A_AAC/MPEGx/y
    
    Some GoogleCast compatible devices ignore A_AAC/MPEGx/y tracks; Also according to http://wiki.multimedia.cx/index.php?title=Matroska A_AAC/MPEGx/y is obsolete
    
    https://bugzilla.gnome.org/show_bug.cgi?id=761144