mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
Add version to more methods
This commit is contained in:
parent
f7e9e0c33a
commit
4f9d631910
13 changed files with 59 additions and 29 deletions
|
|
@ -315,7 +315,7 @@ static void on_state_changed(struct pw_listener *listener, struct pw_remote *rem
|
|||
pw_proxy_set_implementation(data->registry_proxy, data, PW_VERSION_REGISTRY,
|
||||
®istry_events, NULL);
|
||||
|
||||
pw_core_do_get_registry(data->remote->core_proxy,
|
||||
pw_core_do_get_registry(data->remote->core_proxy, PW_VERSION_REGISTRY,
|
||||
data->registry_proxy->id);
|
||||
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue