mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
filter-chain: update properties on the right stream
The filter properties are on the input stream.
This commit is contained in:
parent
64f694c02f
commit
1bfde16a89
1 changed files with 1 additions and 1 deletions
|
|
@ -592,7 +592,7 @@ static void param_changed(void *data, uint32_t id, const struct spa_pod *param)
|
||||||
spa_pod_builder_init(&b, buffer, sizeof(buffer));
|
spa_pod_builder_init(&b, buffer, sizeof(buffer));
|
||||||
params[0] = get_props_param(graph, &b);
|
params[0] = get_props_param(graph, &b);
|
||||||
|
|
||||||
pw_stream_update_params(impl->playback, params, 1);
|
pw_stream_update_params(impl->capture, params, 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue