mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
remote: also make thread realtime for clients
This commit is contained in:
parent
e5807cd467
commit
83bb8dc599
1 changed files with 1 additions and 0 deletions
|
|
@ -285,6 +285,7 @@ struct pw_remote *pw_remote_new(struct pw_core *core,
|
|||
if (this->conn == NULL)
|
||||
goto no_connection;
|
||||
|
||||
pw_module_load(core, "libpipewire-module-rtkit", NULL, NULL, NULL, NULL);
|
||||
pw_module_load(core, "libpipewire-module-client-node", NULL, NULL, NULL, NULL);
|
||||
|
||||
spa_list_append(&core->remote_list, &this->link);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue