Bug 267521

Summary: [WebM] currentTime after seek is always zero.
Product: WebKit Reporter: Jean-Yves Avenard [:jya] <jean-yves.avenard>
Component: MediaAssignee: Jean-Yves Avenard [:jya] <jean-yves.avenard>
Status: RESOLVED INVALID    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Jean-Yves Avenard [:jya]
Reported 2024-01-14 19:54:06 PST
``` v.currentTime = v.duration - 0.038; console.log(`here1 : ${v.currentTime}`); await Promise.all([ once(v, 'seeked')]); console.log(`here2 : ${v.currentTime}`); ``` -> [Log] here1 : 2.672 (media-vp8-hiddenframes.html, line 30) [Log] here2 : 0 (media-vp8-hiddenframes.html, line 33) should be 2.672
Attachments
Radar WebKit Bug Importer
Comment 1 2024-01-14 19:54:24 PST
Jean-Yves Avenard [:jya]
Comment 2 2024-01-14 21:55:02 PST
issue introduced in bug 267326
Note You need to log in before you can comment on or make changes to this bug.