diff options
author | Wim Taymans <wtaymans@redhat.com> | 2019-02-18 13:22:46 +0100 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2019-02-18 13:22:46 +0100 |
commit | b743518f78ac9a763a31864cefcd832d518bc21b (patch) | |
tree | 5e20e969521230663aaf46b9ef480cc2aa355525 /spa/plugins/audiotestsrc | |
parent | eea062ee536b0813dd0d4225b5fc01127fcc0c4c (diff) |
node: add props to add_port
Diffstat (limited to 'spa/plugins/audiotestsrc')
-rw-r--r-- | spa/plugins/audiotestsrc/audiotestsrc.c | 3 |
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; } |