Bug 256482

Summary: [WPE][GStreamer] support auto-pluging of different sinks
Product: WebKit Reporter: emutavchi
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Linux   

Description emutavchi 2023-05-08 12:55:27 PDT
Creating auto sinks may unnecessarily allocate resources and interfere with another playback. This is true for embedded devices where the sink allocates resources in a READY state (WesterosSink, Realtek, Amlogic, Broadcom). For example in the secondary (video-only) playback use case: the audio sink interferes with the main playback.

Another use case is support for "external" playback (or playback with "decoder" sink elements). In this case, we want playbin2 to auto-plug needed elements.
Comment 1 emutavchi 2023-05-08 17:03:29 PDT
Pull request: https://github.com/WebKit/WebKit/pull/13612
Comment 2 EWS 2023-05-11 09:24:59 PDT
Committed 263972@main (bfa95384feb8): <https://commits.webkit.org/263972@main>

Reviewed commits have been landed. Closing PR #13612 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-05-11 09:25:20 PDT
<rdar://problem/109212113>