node: export method to update ports

This commit is contained in:
Wim Taymans 2018-03-05 12:43:42 +01:00
parent 2660b5c4f5
commit 1b2e73de0c
3 changed files with 8 additions and 2 deletions

View file

@ -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)