wireplumber/src
George Kiagiadakis 3b0c0fcd7e state-stream: fix storing/restoring notification volume
We apparently store things in the <media-class>:<key>:<value>
format, while pipewire-pulse expects <media-class>.<key>:<value>
and this detail was missed in the latest refactoring.

It also seems that I forgot to ensure that restoring this metadata
key worked. The hook was there, but not registered.
Remove the hook and directly populate the metadata object when
it is activated, as it seems simpler.

Fixes: #604
2024-03-30 11:53:45 +02:00
..
config wireplumber.conf: add node.software-dsp to wireplumber.components 2024-03-29 23:49:21 +10:00
scripts state-stream: fix storing/restoring notification volume 2024-03-30 11:53:45 +02:00
systemd systemd: change the template services to load different profiles instead of conf files 2023-12-21 11:28:50 +02:00
tools wpctl: fix settings --help listing 2024-03-12 16:50:25 +02:00
main.c main: print warning about old style config files 2024-03-25 09:07:22 +02:00
meson.build docs: move well-known settings docs from src/scripts/lib to where they belong 2024-03-23 16:49:13 +02:00