Skip to content

plugins/screencast: Don't recreate the core every stream

David Edmundson requested to merge work/d_ed/pw-persist into master

Loading pipewire is noticably slow with libpipewire loading a bunch of internals.

Change from a singleton pattern to being managed by the ScreencastManager

This is still unloaded if the plugin is explicitly stopped.

Edited by David Edmundson

Merge request reports