diff options
Diffstat (limited to 'src/examples/export-spa.c')
-rw-r--r-- | src/examples/export-spa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/examples/export-spa.c b/src/examples/export-spa.c index b86d956d..8bd2c00b 100644 --- a/src/examples/export-spa.c +++ b/src/examples/export-spa.c @@ -58,8 +58,8 @@ static int make_node(struct data *data) "spa.factory.name", data->factory, NULL); if (data->path) { - pw_properties_set(props, PW_NODE_PROP_AUTOCONNECT, "1"); - pw_properties_set(props, PW_NODE_PROP_TARGET_NODE, data->path); + pw_properties_set(props, PW_KEY_NODE_AUTOCONNECT, "1"); + pw_properties_set(props, PW_KEY_NODE_TARGET, data->path); } data->node = pw_factory_create_object(factory, |