mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
filter-graph: fix lv2 latency hint
This commit is contained in:
parent
68c5f41708
commit
bca83c8eee
1 changed files with 1 additions and 1 deletions
|
|
@ -451,7 +451,7 @@ static const struct spa_fga_descriptor *lv2_plugin_make_desc(void *plugin, const
|
|||
|
||||
fp->hint = 0;
|
||||
if (latent && latency_index == i)
|
||||
fp->flags |= SPA_FGA_HINT_LATENCY;
|
||||
fp->hint |= SPA_FGA_HINT_LATENCY;
|
||||
|
||||
fp->min = mins[i];
|
||||
fp->max = maxes[i];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue