[gstreamer-bugs] [Bug 613589] typefind: Export AAC level in caps

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Apr 12 07:08:47 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=613589
  GStreamer | gst-plugins-base | git

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.29

--- Comment #6 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-04-12 14:08:41 UTC ---
Committed with some minor changes:

commit 43a04483d9e4f9dce2dd9351f548ceb4262601ad
Author: Arun Raghavan <arun.raghavan at collabora.co.uk>
Date:   Mon Apr 12 13:33:18 2010 +0100

    typefinding: add AAC level to ADTS caps

    This adds code to calculate the level for a given AAC stream and export
    it in the stream caps. For AAC LC streams, the level is calculated
    according to the definition under the AAC Profile. For other streams,
    the definition under the Main Profile is used.

    HE-AAC support is still to be done, and is dependent on detecting the
    presence of SBR and PS in the stream.

    Level is added as a field of type string because that's the way it's
    done in H.264 caps as well. There are only a few possible levels, so
    not using a numerical type is not too painful in this case, and
    consistency is nice.

    Fixes #613589.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Gstreamer-bugs mailing list