[Webkit-unassigned] [Bug 225630] [MSE] QuotaExceededError Exception not thrown even if the sum of totalTrackBufferSize and appendBuffer size exceeds maximumBufferSize.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 20 17:39:46 PDT 2021


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

--- Comment #7 from Toshio Ogasawara <toshio.ogasawara at access-company.com> ---
(In reply to Peng Liu from comment #6)
> (In reply to Peng Liu from comment #4)
> > Comment on attachment 428237 [details]
> > patch
> > 
> > View in context:
> > https://bugs.webkit.org/attachment.cgi?id=428237&action=review
> > 
> > > Source/WebCore/Modules/mediasource/SourceBuffer.cpp:494
> > > +    if (m_private->bufferFull() || m_private->totalTrackBufferSizeInBytes() + m_pendingAppendData.capacity() + size >= maximumBufferSize()) {
> > 
> > Looks like this won't work when "Media in GPU Process" is enabled.
> > `SourceBufferPrivateRemote` does not provide a correct implementation of
> > totalTrackBufferSizeInBytes().
> 
> Filed bug 226034  to track this.

I understand.

-- 
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/20210521/6f8f5685/attachment-0001.htm>


More information about the webkit-unassigned mailing list