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

@ -557,6 +557,8 @@ int pw_node_set_state(struct pw_node *node, enum pw_node_state state);
/** Update the state of the node, mostly used by node implementations */
void pw_node_update_state(struct pw_node *node, enum pw_node_state state, char *error);
int pw_node_update_ports(struct pw_node *node);
/** Activate a link \memberof pw_link
* Starts the negotiation of formats and buffers on \a link and then
* starts data streaming */