mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-14 06:59:57 -05:00
conf: remove client-rt.conf
We now automatically move non-rt clients into non-rt threads so the client-rt.conf is obsolete. Move the module-rt in client.conf and add conditions to disable modules. Transparently load client.conf in case applications still specify client-rt.conf. Custon configuration in the client-rt.conf.d/ should be moved to client.conf.d/
This commit is contained in:
parent
b952cfbe38
commit
24bcacc619
13 changed files with 75 additions and 193 deletions
|
|
@ -66,7 +66,6 @@ endif
|
|||
conf_files = [
|
||||
'pipewire.conf',
|
||||
'client.conf',
|
||||
'client-rt.conf',
|
||||
'filter-chain.conf',
|
||||
'jack.conf',
|
||||
'minimal.conf',
|
||||
|
|
@ -95,7 +94,6 @@ test('validate-json-pipewire-uninstalled.conf', spa_json_dump_exe, args : res)
|
|||
conf_avail_folders = [
|
||||
'pipewire.conf.avail',
|
||||
'client.conf.avail',
|
||||
'client-rt.conf.avail',
|
||||
'pipewire-pulse.conf.avail',
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue