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: MediaAssignee: 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]
Reported 2024-02-24 00:48:25 PST
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
Radar WebKit Bug Importer
Comment 1 2024-02-24 04:10:28 PST
Jean-Yves Avenard [:jya]
Comment 2 2024-02-24 04:16:35 PST
EWS
Comment 3 2024-02-25 21:27:45 PST
Committed 275306@main (19f884773fca): <https://commits.webkit.org/275306@main> Reviewed commits have been landed. Closing PR #25057 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.