Bug 270034
| Summary: | [MSE] Media from the TimeRange containing currentTime can be evicted when it shouldn't | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
| Component: | Media | Assignee: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Jean-Yves Avenard [:jya]
In Bug 246144, an exception was added to not evict data from the time range that contains currentTime. [1]
// Do not evict data from the time range that contains currentTime.
But that is not what the code does. it just aborts if the current TimeRange contains the currentTime and there's no buffered range after that.
[1] https://searchfox.org/wubkat/rev/2a2bff6e7028e22ab05443ee79f7c742c0db8eeb/Source/WebCore/platform/graphics/SourceBufferPrivate.cpp#496-503
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/123556056>
Jean-Yves Avenard [:jya]
Pull request: https://github.com/WebKit/WebKit/pull/25057
EWS
Committed 275306@main (19f884773fca): <https://commits.webkit.org/275306@main>
Reviewed commits have been landed. Closing PR #25057 and removing active labels.