mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
emit bound_id event
This commit is contained in:
parent
f56e4dbc4d
commit
e3a1c4151e
12 changed files with 23 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue