[Webkit-unassigned] [Bug 233528] New: [MSE] Fix erase range to prevent accidental deletion in files with changing durations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 26 12:53:33 PST 2021


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

            Bug ID: 233528
           Summary: [MSE] Fix erase range to prevent accidental deletion
                    in files with changing durations
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aboya at igalia.com
                CC: bugs-noreply at webkitgtk.org

In didReceiveSample(), eraseBeginTime was being set to
highestPresentationTimestamp minus a tolerance. The tolerance is not
needed since highestPresentationTimestamp is loaded from exact frame
timestamps, and can cause accidental frame erasure in situations where
there are frames with frames smaller than the tolerance, which is the
case for certain MP4 files.

Test: media/media-source/media-source-append-tiny-durations.html

-- 
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/20211126/68e27733/attachment.htm>


More information about the webkit-unassigned mailing list