node: add props to add_port

This commit is contained in:
Wim Taymans 2019-02-18 13:22:46 +01:00
parent eea062ee53
commit b743518f78
26 changed files with 118 additions and 52 deletions

View file

@ -373,7 +373,7 @@ static int impl_node_set_callbacks(struct spa_node *node,
static int impl_node_add_port(struct spa_node *node,
enum spa_direction direction,
uint32_t port_id)
uint32_t port_id, const struct spa_dict *props)
{
return -ENOTSUP;
}