mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
pw_endpoint_link_proxy -> pw_endpoint_link
This commit is contained in:
parent
94ed9c8e38
commit
3c737cf39c
4 changed files with 59 additions and 59 deletions
|
|
@ -841,8 +841,8 @@ static void endpoint_link_event_info(void *object, const struct pw_endpoint_link
|
|||
pw_proxy_sync(link->obj.proxy, 1);
|
||||
}
|
||||
|
||||
static const struct pw_endpoint_link_proxy_events endpoint_link_events = {
|
||||
PW_VERSION_ENDPOINT_LINK_PROXY_EVENTS,
|
||||
static const struct pw_endpoint_link_events endpoint_link_events = {
|
||||
PW_VERSION_ENDPOINT_LINK_EVENTS,
|
||||
.info = endpoint_link_event_info,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue