mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
module-ladspa-filter: expose controls
This commit is contained in:
parent
3f5ebdedca
commit
eaeb9e9b5d
1 changed files with 5 additions and 0 deletions
|
|
@ -911,6 +911,11 @@ static int setup_graph(struct graph *graph)
|
|||
if (d->activate)
|
||||
d->activate(node->hndl[i]);
|
||||
}
|
||||
for (j = 0; j < desc->n_control; j++) {
|
||||
graph->control_node[graph->n_control] = node;
|
||||
graph->control_index[graph->n_control] = j;
|
||||
graph->n_control++;
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
exit:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue