mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
client-node: also send param idss
This commit is contained in:
parent
7281a2b2cf
commit
f42e214c2d
2 changed files with 6 additions and 1 deletions
|
|
@ -581,6 +581,8 @@ do_update_port(struct node *this,
|
|||
port->properties = pw_properties_new_dict(info->props);
|
||||
port->info.props = &port->properties->dict;
|
||||
}
|
||||
port->info.n_params = 0;
|
||||
port->info.params = NULL;
|
||||
spa_node_emit_port_info(&this->hooks, port->direction, port->id, info);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue