mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
node: export method to update ports
This commit is contained in:
parent
2660b5c4f5
commit
1b2e73de0c
3 changed files with 8 additions and 2 deletions
|
|
@ -1030,6 +1030,7 @@ client_node_port_update(void *data,
|
|||
change_mask,
|
||||
n_params, params, info);
|
||||
}
|
||||
pw_node_update_ports(impl->this.node);
|
||||
}
|
||||
|
||||
static void client_node_set_active(void *data, bool active)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue