filter-graph: fix lv2 latency hint

This commit is contained in:
Wim Taymans 2025-05-08 12:17:38 +02:00
parent 68c5f41708
commit bca83c8eee

View file

@ -451,7 +451,7 @@ static const struct spa_fga_descriptor *lv2_plugin_make_desc(void *plugin, const
fp->hint = 0; fp->hint = 0;
if (latent && latency_index == i) if (latent && latency_index == i)
fp->flags |= SPA_FGA_HINT_LATENCY; fp->hint |= SPA_FGA_HINT_LATENCY;
fp->min = mins[i]; fp->min = mins[i];
fp->max = maxes[i]; fp->max = maxes[i];