mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
loop: keep loop and system around
So that we don't have to go through the context all the time.
This commit is contained in:
parent
8f7acb717c
commit
472a948974
7 changed files with 80 additions and 60 deletions
|
|
@ -3406,7 +3406,7 @@ jack_client_t * jack_client_open (const char *client_name,
|
|||
SPA_VERSION_THREAD_UTILS,
|
||||
&thread_utils_impl, client);
|
||||
|
||||
client->loop = client->context.context->data_loop_impl;
|
||||
client->loop = pw_context_get_data_loop(client->context.context);
|
||||
pw_data_loop_stop(client->loop);
|
||||
|
||||
pw_context_set_object(client->context.context,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue