mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
client-node: use bound id from the proxy
Remove the obsolete node_id from the transport. We get this info now from the proxy.
This commit is contained in:
parent
fcd4ae3334
commit
c9a54112e4
5 changed files with 21 additions and 16 deletions
|
|
@ -1231,7 +1231,6 @@ void pw_client_node_registered(struct pw_client_node *this, struct pw_global *gl
|
|||
pw_resource_bound_id(this->resource, node_id);
|
||||
|
||||
pw_client_node_resource_transport(this->resource,
|
||||
node_id,
|
||||
impl->other_fds[0],
|
||||
impl->other_fds[1],
|
||||
m->id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue