mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
jack: name the thread-loop differently
This commit is contained in:
parent
c90bd14ede
commit
4fb878e449
1 changed files with 2 additions and 2 deletions
|
|
@ -2830,8 +2830,8 @@ jack_client_t * jack_client_open (const char *client_name,
|
|||
goto no_props;
|
||||
|
||||
client->node_id = SPA_ID_INVALID;
|
||||
snprintf(client->name, sizeof(client->name), "%s", client_name);
|
||||
client->context.loop = pw_thread_loop_new(client_name, NULL);
|
||||
snprintf(client->name, sizeof(client->name), "pw-%s", client_name);
|
||||
client->context.loop = pw_thread_loop_new(client->name, NULL);
|
||||
client->context.l = pw_thread_loop_get_loop(client->context.loop),
|
||||
client->context.context = pw_context_new(
|
||||
client->context.l,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue