mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-09 13:30:06 -05:00
update for api
This commit is contained in:
parent
640a50091e
commit
998263819a
1 changed files with 2 additions and 2 deletions
|
|
@ -1894,7 +1894,7 @@ jack_client_t * jack_client_open (const char *client_name,
|
||||||
&client->core_listener,
|
&client->core_listener,
|
||||||
&core_events, client);
|
&core_events, client);
|
||||||
client->registry_proxy = pw_core_proxy_get_registry(client->core_proxy,
|
client->registry_proxy = pw_core_proxy_get_registry(client->core_proxy,
|
||||||
PW_VERSION_REGISTRY, 0);
|
PW_VERSION_REGISTRY_PROXY, 0);
|
||||||
pw_registry_proxy_add_listener(client->registry_proxy,
|
pw_registry_proxy_add_listener(client->registry_proxy,
|
||||||
&client->registry_listener,
|
&client->registry_listener,
|
||||||
®istry_events, client);
|
®istry_events, client);
|
||||||
|
|
@ -2851,7 +2851,7 @@ int jack_connect (jack_client_t *client,
|
||||||
pw_core_proxy_create_object(c->core_proxy,
|
pw_core_proxy_create_object(c->core_proxy,
|
||||||
"link-factory",
|
"link-factory",
|
||||||
PW_TYPE_INTERFACE_Link,
|
PW_TYPE_INTERFACE_Link,
|
||||||
PW_VERSION_LINK,
|
PW_VERSION_LINK_PROXY,
|
||||||
&props,
|
&props,
|
||||||
0);
|
0);
|
||||||
res = do_sync(c);
|
res = do_sync(c);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue