mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
keys: add and use some loop keys
This commit is contained in:
parent
0e13d088e7
commit
20b52d2082
5 changed files with 17 additions and 8 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue