mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
pw_endpoint_proxy -> pw_endpoint
This commit is contained in:
parent
85103d128e
commit
9b53c65c72
10 changed files with 71 additions and 71 deletions
|
|
@ -317,7 +317,7 @@ static void set_endpoint_volume(pa_context *c, struct global *g, const pa_cvolum
|
|||
}
|
||||
g->endpoint_info.mute = mute;
|
||||
|
||||
pw_endpoint_proxy_set_param((struct pw_endpoint_proxy*)g->proxy,
|
||||
pw_endpoint_set_param((struct pw_endpoint*)g->proxy,
|
||||
SPA_PARAM_Props, 0,
|
||||
spa_pod_builder_add_object(&b,
|
||||
SPA_TYPE_OBJECT_Props, SPA_PARAM_Props,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue