keys: add and use some loop keys

This commit is contained in:
Wim Taymans 2024-04-23 11:49:12 +02:00
parent 0e13d088e7
commit 20b52d2082
5 changed files with 17 additions and 8 deletions

View file

@ -3906,7 +3906,7 @@ jack_client_t * jack_client_open (const char *client_name,
client->server_name = NULL;
client->props = pw_properties_new(
"loop.cancel", "true",
PW_KEY_LOOP_CANCEL, "true",
PW_KEY_REMOTE_NAME, client->server_name,
PW_KEY_CLIENT_NAME, client_name,
PW_KEY_CLIENT_API, "jack",