Bug 269560
Summary: | Remove access from MediaPlayerPrivateMediaSource to MediaSourcePrivate::buffered | ||
---|---|---|---|
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]
When using MSE, the HTMLMediaElement will retrieve the buffered range from the MediaSource object.
We don't need the MediaPlayerPrivateMediaSource instances to access the buffered range.
This allows to simplify the caching of the value as it will now only ever be accessed by the MediaSource
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/123074982>
Jean-Yves Avenard [:jya]
Pull request: https://github.com/WebKit/WebKit/pull/24602
EWS
Committed 274824@main (06c27265e8ab): <https://commits.webkit.org/274824@main>
Reviewed commits have been landed. Closing PR #24602 and removing active labels.