pipewire/src
Wim Taymans 764ae650e2 conf: fix override directory order
We need to load and apply the overrides in the order:

If absolute config path, use only that.
If environment variable, use only that.
Else
 /usr/share/pipewire/*.conf.d/
 /etc/pipewire/*.conf.d/
 $HOME/.config/pipewire/*.conf.d/

Before this patch we would first apply $HOME and then /etc and /usr,
which is not expected.
2024-02-16 18:16:30 +01:00
..
daemon meson: add options to set server and client RT priority 2024-02-15 11:53:32 +01:00
examples examples: Add video-dsp-src example 2024-01-29 08:44:25 +00:00
gst gstpipewiresrc: break out of wait_started() also on STATE_UNCONNECTED 2023-12-26 16:01:44 +00:00
modules module-rtp: fix SAP header parsing for IPv6 2024-02-16 12:53:54 +01:00
pipewire conf: fix override directory order 2024-02-16 18:16:30 +01:00
tests tests: fix ABI check for new pw_time 2024-01-15 15:53:19 +01:00
tools pw-dot: group nodes by node.link-group 2024-02-13 16:38:48 +00:00
meson.build meson.build: fix compile with -Dexamples=disabled 2023-11-28 10:18:25 +00:00