Bug 245529

Summary: [GStreamer] Allow finishing seek on sync state change
Product: WebKit Reporter: Enrique Ocaña <eocanha>
Component: MediaAssignee: Enrique Ocaña <eocanha>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Enrique Ocaña 2022-09-22 11:18:02 PDT
Comcast has a device with an audio sink which does not support async state changes i.e. it completes transition to PAUSED state on preroll. The video sync on that device works as expected, so in case of videos everything works as expected. The problem, however, arises in audio-only cases, where there's a need to be able to finish seeks in sync state changes (currently, only seeks on async state changes are supported).
Comment 1 Enrique Ocaña 2022-09-22 11:18:28 PDT
See: https://github.com/WebPlatformForEmbedded/WPEWebKit/pull/926
Comment 2 Enrique Ocaña 2022-09-22 11:43:15 PDT
Pull request: https://github.com/WebKit/WebKit/pull/4601
Comment 3 EWS 2022-09-27 10:32:40 PDT
Committed 254923@main (a8ae25e11301): <https://commits.webkit.org/254923@main>

Reviewed commits have been landed. Closing PR #4601 and removing active labels.
Comment 4 Radar WebKit Bug Importer 2022-09-27 10:33:26 PDT
<rdar://problem/100465807>