mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
Add client info message
Update client info and improve core info
This commit is contained in:
parent
2f18af1fb2
commit
ff5e260d67
11 changed files with 165 additions and 21 deletions
|
|
@ -41,7 +41,6 @@ typedef struct {
|
|||
static void
|
||||
try_link_port (PinosNode *node, PinosPort *port, ModuleImpl *impl)
|
||||
{
|
||||
//PinosClient *client;
|
||||
PinosProperties *props;
|
||||
const char *path;
|
||||
char *error = NULL;
|
||||
|
|
@ -77,12 +76,6 @@ try_link_port (PinosNode *node, PinosPort *port, ModuleImpl *impl)
|
|||
if (link == NULL)
|
||||
goto error;
|
||||
|
||||
#if 0
|
||||
client = pinos_node_get_client (node);
|
||||
if (client)
|
||||
pinos_client_add_object (client, &link->object);
|
||||
#endif
|
||||
|
||||
pinos_link_activate (link);
|
||||
}
|
||||
return;
|
||||
|
|
@ -170,7 +163,7 @@ on_port_removed (PinosListener *listener,
|
|||
}
|
||||
|
||||
static void
|
||||
on_node_created (PinosNode *node,
|
||||
on_node_created (PinosNode *node,
|
||||
ModuleImpl *impl)
|
||||
{
|
||||
PinosPort *port;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue