mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
interface: get_registry always returns a Registry type
This commit is contained in:
parent
a564d9f3f1
commit
58fa5561b8
7 changed files with 7 additions and 10 deletions
|
|
@ -702,7 +702,6 @@ static void on_state_changed(void *_data, enum pw_remote_state old,
|
|||
&data->core_listener,
|
||||
&core_events, data);
|
||||
data->registry_proxy = pw_core_proxy_get_registry(data->core_proxy,
|
||||
PW_TYPE_INTERFACE_Registry,
|
||||
PW_VERSION_REGISTRY, 0);
|
||||
pw_registry_proxy_add_listener(data->registry_proxy,
|
||||
&data->registry_listener,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue