RESOLVED FIXED 269560
Remove access from MediaPlayerPrivateMediaSource to MediaSourcePrivate::buffered
https://bugs.webkit.org/show_bug.cgi?id=269560
Summary Remove access from MediaPlayerPrivateMediaSource to MediaSourcePrivate::buffered
Jean-Yves Avenard [:jya]
Reported 2024-02-16 00:30:18 PST
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
Radar WebKit Bug Importer
Comment 1 2024-02-16 01:14:29 PST
Jean-Yves Avenard [:jya]
Comment 2 2024-02-16 01:22:36 PST
EWS
Comment 3 2024-02-16 06:09:50 PST
Committed 274824@main (06c27265e8ab): <https://commits.webkit.org/274824@main> Reviewed commits have been landed. Closing PR #24602 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.