mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
pass the right types to the methods
This currently works because we accept void* for these functions but it will fail when we will use the real types.
This commit is contained in:
parent
e393e57a26
commit
188d920733
4 changed files with 4 additions and 4 deletions
|
|
@ -4002,7 +4002,7 @@ static void registry_event_global(void *data, uint32_t id,
|
|||
pw_proxy_add_listener(proxy,
|
||||
&c->metadata->proxy_listener,
|
||||
&metadata_proxy_events, c);
|
||||
pw_metadata_add_listener(proxy,
|
||||
pw_metadata_add_listener(c->metadata->proxy,
|
||||
&c->metadata->listener,
|
||||
&metadata_events, c);
|
||||
do_sync = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue