[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 11:51:51 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=225630
--- Comment #6 from Peng Liu <peng.liu6 at apple.com> ---
(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.
--
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/20210520/e39e6272/attachment.htm>
More information about the webkit-unassigned
mailing list