[Bug 758826] aacparse: Avoid over-skipping when checking LOAS config

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Dec 4 02:57:14 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=758826

Edward Hervey <bilboed at bilboed.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.7.1

--- Comment #3 from Edward Hervey <bilboed at bilboed.com> ---
commit 6888871d2acf3d4b6f219685602464b56f87cea6
Author: Edward Hervey <edward at centricular.com>
Date:   Mon Nov 30 08:42:35 2015 +0100

    aacparse: Avoid over-skipping when checking LOAS config

    There might be multiple LOAS config in a row in a full frame. The first
    one might be a multi-layer config (which we can't properly parse yet)...
    but then followed by a valid (single-layer) one.

    The code was previously skipping whole frames (instead of just the LOAS
    config we failed to read) resulting in multiple frames (seen up to 6s in
    some situation) being dropped before finally getting the configuration.

    https://bugzilla.gnome.org/show_bug.cgi?id=758826

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