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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Nov 29 23:45:40 PST 2015


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

--- Comment #1 from Edward Hervey <bilboed at bilboed.com> ---
Created attachment 316503
  --> https://bugzilla.gnome.org/attachment.cgi?id=316503&action=edit
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.

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