[Webkit-unassigned] [Bug 189805] New: [MSE] Fix comparsion with uninitialized greatestDecodeDuration

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 20 15:29:51 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=189805

            Bug ID: 189805
           Summary: [MSE] Fix comparsion with uninitialized
                    greatestDecodeDuration
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aboya at igalia.com

greatestDecodeDuration was being compared without being set to a valid value before... which resulted in it never being set to valid value... which resulted in distant appends being considered as part of the same coded frame group... which resulted in unwanted frame deletion for frames in the middle... which resulted in the `Append*OutOfOrder` YouTube TV tests failing (and likely seeks resembling the same sequence of appends failing too).

This patch fixes that issue and adds a mock test to ensure it does not happen again.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180920/2e06bf45/attachment.html>


More information about the webkit-unassigned mailing list