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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Mar 22 06:42:27 PDT 2010


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

           Summary: typefind: Export AAC level in caps
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: ford_prefect at gentoo.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Created an attachment (id=156739)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=156739)
typefind: Export AAC level in caps

I'm attaching a patch to export the AAC 'level' in caps. This could be used
while linking (for example, a hardware decoder might support AAC LC upto level
2), and is useful metadata for certain applications (the DLNA spec requires
that the level of a stream be known).

I've made the level a string to account for codecs that have non-numeric levels
(for example, H.264 has a level '1.b').

The level calculation code will initially be duplicated across modules (for
qtdemux and matroskademux) because it's a rather smaller bit of code.
Eventually, as the amount of shared AAC-related code increases, we can move
this to -base as a library.

I'll post the code for level guessing in qtdemux after this patch is reviewed
to avoid causing bug-spam.

-- 
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