mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04: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;
|
||||
|
||||
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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue