mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
filter-chain: ladspa properties are different from flags
Don't use the ladspa properties as the plugin flags, they don't match.
This commit is contained in:
parent
05064bd558
commit
eb26c2a95e
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ static const struct fc_descriptor *ladspa_make_desc(struct fc_plugin *plugin, co
|
|||
desc->desc.free = ladspa_free;
|
||||
|
||||
desc->desc.name = d->Label;
|
||||
desc->desc.flags = d->Properties;
|
||||
desc->desc.flags = 0;
|
||||
|
||||
desc->desc.n_ports = d->PortCount;
|
||||
desc->desc.ports = calloc(desc->desc.n_ports, sizeof(struct fc_port));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue