Bug 256482 - [WPE][GStreamer] support auto-pluging of different sinks
Summary: [WPE][GStreamer] support auto-pluging of different sinks
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-05-08 12:55 PDT by emutavchi
Modified: 2023-05-11 09:25 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>