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 749110 - qtdemux: Add the function to get channels and sample rate for AAC
qtdemux: Add the function to get channels and sample rate for AAC
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: 1.9.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-05-08 13:38 UTC by Jimmy Ohn
Modified: 2016-03-24 12:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
qtdemux: handle a FIXME (1.42 KB, patch)
2015-05-08 13:46 UTC, Jimmy Ohn
none Details | Review
qtdemux: handle a FIXME (1.56 KB, patch)
2015-05-28 14:05 UTC, Jimmy Ohn
none Details | Review
qtdemux: Add the function to get channels and sample rate for AAC (1.50 KB, patch)
2016-03-22 02:41 UTC, Jimmy Ohn
committed Details | Review
Add utilities for AAC and the AACHead header (4.30 KB, patch)
2016-03-22 02:42 UTC, Jimmy Ohn
committed Details | Review

Description Jimmy Ohn 2015-05-08 13:38:56 UTC
I remove the FIXME in the gst_qtdemux_handle_esds function.
This is the related patch set to fix it.
https://bugzilla.gnome.org/show_bug.cgi?id=749109
https://bugzilla.gnome.org/show_bug.cgi?id=749107
Comment 1 Jimmy Ohn 2015-05-08 13:46:12 UTC
Created attachment 303079 [details] [review]
qtdemux: handle a FIXME
Comment 2 Jimmy Ohn 2015-05-27 19:04:17 UTC
I'll update new patch to fix it.
Comment 3 Jimmy Ohn 2015-05-28 14:05:24 UTC
Created attachment 304164 [details] [review]
qtdemux: handle a FIXME
Comment 4 Sebastian Dröge (slomo) 2016-03-21 08:51:06 UTC
Please merge this with the other bug
Comment 5 Jimmy Ohn 2016-03-22 02:41:21 UTC
Created attachment 324514 [details] [review]
qtdemux: Add the function to get channels and sample rate for AAC
Comment 6 Jimmy Ohn 2016-03-22 02:42:22 UTC
Created attachment 324515 [details] [review]
Add utilities for AAC and the AACHead header
Comment 7 Sebastian Dröge (slomo) 2016-03-24 12:29:58 UTC
commit 65f721b326fa3f8cb20297cb1a47074dd11e32b4
Author: Jimmy Ohn <yongjin.ohn@lge.com>
Date:   Tue Mar 22 11:25:49 2016 +0900

    codec-utils: Add utilities for AAC and the AACHead header
    
    Add utilities about the channels and sample rate for AAC.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=749110
Comment 8 Sebastian Dröge (slomo) 2016-03-24 12:30:30 UTC
Attachment 324514 [details] pushed as 84f436f - qtdemux: Add the function to get channels and sample rate for AAC