modules: update latency handling in example filter

This commit is contained in:
Wim Taymans 2025-06-10 16:07:34 +02:00
parent b6b61a956f
commit a2f2bded0b
2 changed files with 34 additions and 13 deletions

View file

@ -483,7 +483,6 @@ static void update_latencies(struct impl *impl, bool props, bool process)
pw_stream_update_params(impl->capture, capt_params, n_params);
}
static void param_latency_changed(struct impl *impl, const struct spa_pod *param)
{
struct spa_latency_info latency;