mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-25 01:40:36 -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
|
|
@ -1857,11 +1857,7 @@ int main(int argc, char *argv[])
|
|||
pw_loop_add_signal(l, SIGINT, do_quit, &data);
|
||||
pw_loop_add_signal(l, SIGTERM, do_quit, &data);
|
||||
|
||||
data.context = pw_context_new(l,
|
||||
pw_properties_new(
|
||||
PW_KEY_CONFIG_NAME, "client-rt.conf",
|
||||
NULL),
|
||||
0);
|
||||
data.context = pw_context_new(l, NULL, 0);
|
||||
if (!data.context) {
|
||||
fprintf(stderr, "error: pw_context_new() failed: %m\n");
|
||||
goto error_no_context;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue