mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
pulse: enable rtkit on the client
This commit is contained in:
parent
eeeca7ecd2
commit
8e3ae33550
1 changed files with 5 additions and 1 deletions
|
|
@ -1393,7 +1393,11 @@ pa_context *pa_context_new_with_proplist(pa_mainloop_api *mainloop, const char *
|
|||
pw_properties_update_proplist(props, p);
|
||||
|
||||
loop = mainloop->userdata;
|
||||
context = pw_context_new(loop, NULL, sizeof(struct pa_context));
|
||||
context = pw_context_new(loop,
|
||||
pw_properties_new(
|
||||
PW_KEY_CONTEXT_PROFILE_MODULES, "default,rtkit",
|
||||
NULL),
|
||||
sizeof(struct pa_context));
|
||||
if (context == NULL)
|
||||
return NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue