WebPlatformForEmbedded / WPEWebKit

WPE WebKit port (downstream)
213 stars 136 forks source link

[wpe-2.38] Skip waiting for preroll when audio sink is non-async #1195

Closed Scony closed 11 months ago

Scony commented 11 months ago

On some STBs audio-only pipelines don't support ASYNC state changes.

eocanha commented 11 months ago

Patch submitted to WebKit upstream as https://bugs.webkit.org/show_bug.cgi?id=262492 / https://github.com/WebKit/WebKit/pull/18503 and landed there as https://github.com/WebKit/WebKit/commit/910eddedfb3559fc9ed8829ae84efad7980978a9. Backported to wpe-2.38 as https://github.com/WebPlatformForEmbedded/WPEWebKit/commit/9ce48400a521324f9c5ba3e5a4da1b175c5cc72d. Closing PR.

Scony commented 11 months ago

Sounds good, thanks @eocanha