filter-chain: update properties on the right stream

The filter properties are on the input stream.
This commit is contained in:
Wim Taymans 2021-05-10 11:29:43 +02:00
parent 64f694c02f
commit 1bfde16a89

View file

@ -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));
params[0] = get_props_param(graph, &b);
pw_stream_update_params(impl->playback, params, 1);
pw_stream_update_params(impl->capture, params, 1);
}
}