mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
remote: remove obsolete exported event
We can now do the same and more with the bound event on the proxy.
This commit is contained in:
parent
a1801b690f
commit
fcd4ae3334
6 changed files with 16 additions and 32 deletions
|
|
@ -239,7 +239,6 @@ static int client_node_transport(void *object, uint32_t node_id,
|
|||
{
|
||||
struct pw_proxy *proxy = object;
|
||||
struct node_data *data = proxy->user_data;
|
||||
struct pw_remote *remote = data->remote;
|
||||
|
||||
clean_transport(data);
|
||||
|
||||
|
|
@ -265,7 +264,6 @@ static int client_node_transport(void *object, uint32_t node_id,
|
|||
if (data->node->active)
|
||||
pw_client_node_proxy_set_active(data->client_node, true);
|
||||
|
||||
pw_remote_emit_exported(remote, data->proxy->id, node_id);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue