summaryrefslogtreecommitdiff
path: root/spa/plugins/audiotestsrc
diff options
context:
space:
mode:
authorWim Taymans <wtaymans@redhat.com>2019-02-18 13:22:46 +0100
committerWim Taymans <wtaymans@redhat.com>2019-02-18 13:22:46 +0100
commitb743518f78ac9a763a31864cefcd832d518bc21b (patch)
tree5e20e969521230663aaf46b9ef480cc2aa355525 /spa/plugins/audiotestsrc
parenteea062ee536b0813dd0d4225b5fc01127fcc0c4c (diff)
node: add props to add_port
Diffstat (limited to 'spa/plugins/audiotestsrc')
-rw-r--r--spa/plugins/audiotestsrc/audiotestsrc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/spa/plugins/audiotestsrc/audiotestsrc.c b/spa/plugins/audiotestsrc/audiotestsrc.c
index 5d94dc8a..b9e0263d 100644
--- a/spa/plugins/audiotestsrc/audiotestsrc.c
+++ b/spa/plugins/audiotestsrc/audiotestsrc.c
@@ -490,7 +490,8 @@ impl_node_set_callbacks(struct spa_node *node,
return 0;
}
-static int impl_node_add_port(struct spa_node *node, enum spa_direction direction, uint32_t port_id)
+static int impl_node_add_port(struct spa_node *node, enum spa_direction direction, uint32_t port_id,
+ const struct spa_dict *props)
{
return -ENOTSUP;
}