emit bound_id event

This commit is contained in:
Wim Taymans 2019-11-28 12:52:17 +01:00
parent f56e4dbc4d
commit e3a1c4151e
12 changed files with 23 additions and 0 deletions

View file

@ -313,6 +313,7 @@ int session_init(struct session *this,
this->info.id = this->global->id;
this->info.props = &this->props->dict;
pw_resource_bound_id(client_sess->resource, this->global->id);
pw_client_session_resource_set_id(client_sess->resource, this->global->id);
return pw_global_register(this->global);