[Webkit-unassigned] [Bug 199749] New: [MSE] Reenqueue after removeCodedFrames()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 12 03:29:32 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=199749
Bug ID: 199749
Summary: [MSE] Reenqueue after removeCodedFrames()
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Media
Assignee: webkit-unassigned at lists.webkit.org
Reporter: aboya at igalia.com
Before this patch, SourceBuffer::removeCodedFrames() did not trigger
an immediate reenqueue, but rather just set the `needsReenqueuing`
flag, deferring it for the next append... but there may not be another
append! In that case, the removed frames would still wrongly play.
This is the case for instance in tests where a single long media
append is done and then "cropped" with SourceBuffer.erase().
Test: media/media-source/media-source-erase-after-last-append.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/20190712/a87e1c6e/attachment.html>
More information about the webkit-unassigned
mailing list