mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
filter-chain: we manage the state from the playback stream
This commit is contained in:
parent
72e0fe0479
commit
3d8a19af33
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue