client-node: also send param idss

This commit is contained in:
Wim Taymans 2019-03-04 17:54:17 +01:00
parent 7281a2b2cf
commit f42e214c2d
2 changed files with 6 additions and 1 deletions

View file

@ -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);
}
}