From 3d8a19af33426ae22adc366e9db03e674aa1505c Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 13 Jun 2025 11:58:13 +0200 Subject: [PATCH] filter-chain: we manage the state from the playback stream --- src/modules/module-filter-chain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/module-filter-chain.c b/src/modules/module-filter-chain.c index e2a8f0683..a13bbbba7 100644 --- a/src/modules/module-filter-chain.c +++ b/src/modules/module-filter-chain.c @@ -1311,7 +1311,7 @@ static void param_changed(struct impl *impl, uint32_t id, const struct spa_pod * spa_zero(info); if (param == NULL) { pw_log_info("module %p: filter deactivate", impl); - if (direction == SPA_DIRECTION_INPUT) + if (direction == SPA_DIRECTION_OUTPUT) deactivate_graph(impl); impl->rate = 0; } else {