mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
filter-chain: remove stray debug
This commit is contained in:
parent
b7c78d0108
commit
b645793d7e
1 changed files with 1 additions and 3 deletions
|
|
@ -656,10 +656,8 @@ static int setup_streams(struct impl *impl)
|
||||||
offsets[n_params++] = b.b.state.offset;
|
offsets[n_params++] = b.b.state.offset;
|
||||||
get_props_param(graph, &b.b);
|
get_props_param(graph, &b.b);
|
||||||
|
|
||||||
for (i = 0; i < n_params; i++) {
|
for (i = 0; i < n_params; i++)
|
||||||
params[i] = spa_pod_builder_deref(&b.b, offsets[i]);
|
params[i] = spa_pod_builder_deref(&b.b, offsets[i]);
|
||||||
spa_debug_pod(0, NULL, params[i]);
|
|
||||||
}
|
|
||||||
|
|
||||||
res = pw_stream_connect(impl->capture,
|
res = pw_stream_connect(impl->capture,
|
||||||
PW_DIRECTION_INPUT,
|
PW_DIRECTION_INPUT,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue