mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
node-factory: activate elements
This commit is contained in:
parent
7d5f302f93
commit
21aad20f94
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue