RESOLVED FIXED302393
[MSE] Buffered range calculation should be performed by the MediaSourcePrivate base class
https://bugs.webkit.org/show_bug.cgi?id=302393
Summary [MSE] Buffered range calculation should be performed by the MediaSourcePrivat...
Jean-Yves Avenard [:jya]
Reported 2025-11-12 03:48:01 PST
The buffered range calculation which is made of the intersection of the SourceBuffers' TrackBuffer ranges should be performed by the MediaSourcePrivate base class ; right now the calculations is done in multiple derivated class (MediaSourcePrivateRemote and MediaSourcePrivateAVFObjC). We could have a common code for them all.
Attachments
Radar WebKit Bug Importer
Comment 1 2025-11-12 03:48:08 PST
Jean-Yves Avenard [:jya]
Comment 2 2025-11-12 04:13:28 PST
EWS
Comment 3 2025-11-13 03:04:32 PST
Committed 302979@main (8c08dc3db7ea): <https://commits.webkit.org/302979@main> Reviewed commits have been landed. Closing PR #53804 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.