node-factory: activate elements

This commit is contained in:
Wim Taymans 2018-01-16 16:50:53 +01:00
parent 7d5f302f93
commit 21aad20f94

View file

@ -78,7 +78,7 @@ static void *create_object(void *_data,
lib, lib,
factory_name, factory_name,
name, name,
0, PW_SPA_NODE_FLAG_ACTIVATE,
properties, properties,
sizeof(struct node_data)); sizeof(struct node_data));
if (node == NULL) if (node == NULL)