mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
emit bound_id event
This commit is contained in:
parent
f56e4dbc4d
commit
e3a1c4151e
12 changed files with 23 additions and 0 deletions
|
|
@ -1228,6 +1228,8 @@ void pw_client_node_registered(struct pw_client_node *this, struct pw_global *gl
|
|||
if (this->resource == NULL)
|
||||
return;
|
||||
|
||||
pw_resource_bound_id(this->resource, node_id);
|
||||
|
||||
pw_client_node_resource_transport(this->resource,
|
||||
node_id,
|
||||
impl->other_fds[0],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue