SHA256
1
0
forked from pool/wireplumber

Accepting request 937412 from home:alarrosa:branches:multimedia:libs

- Split the configuration to separate the audio initialization
  to a new wireplumber-audio subpackage. This way, if that package
  is not installed, pipewire doesn't open the audio devices, thus
  not entering a race-condition with pulseaudio but still allowing
  to manage v4l2 devices and sharing the screen in wayland, for
  example (boo#1188516).

OBS-URL: https://build.opensuse.org/request/show/937412
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/wireplumber?expand=0&rev=10
This commit is contained in:
2021-12-09 08:47:20 +00:00
committed by Git OBS Bridge
parent 16613e5370
commit 9b3a423d50
3 changed files with 83 additions and 0 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Dec 3 18:12:42 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
- Split the configuration to separate the audio initialization
to a new wireplumber-audio subpackage. This way, if that package
is not installed, pipewire doesn't open the audio devices, thus
not entering a race-condition with pulseaudio but still allowing
to manage v4l2 devices and sharing the screen in wayland, for
example (boo#1188516).
-------------------------------------------------------------------
Wed Nov 24 16:09:52 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>