mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
impl-port: pass the right param
This commit is contained in:
parent
a58d815024
commit
b6aeb1310c
1 changed files with 1 additions and 1 deletions
|
|
@ -1306,7 +1306,7 @@ int pw_impl_port_for_each_filtered_param(struct pw_impl_port *in_port,
|
||||||
return res;
|
return res;
|
||||||
|
|
||||||
if (fd.n_params == 0)
|
if (fd.n_params == 0)
|
||||||
res = do_filter(&filter, seq, 0, 0, 0, NULL);
|
res = do_filter(&fd, seq, 0, 0, 0, NULL);
|
||||||
|
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue