pipewire/src/modules/module-client-node
Wim Taymans c89a68b0b4 impl-node: handle node <-> driver links with node_peer
Also handle the relation between a node and the driver with pw_node_peer,
like we do with the links.

Because these are refcounted, we only make one peer for a node that is
linked to another node that is also the driver (pw-play -> sink) and we
save some fds as well as some admin stuff and overhead for the refcounts.

This in return then results in less problems getting all the refcounts
right when adding/removing nodes.
2024-06-14 11:52:59 +02:00
..
v0 mem: MAPPABLE -> UNMAPPABLE 2024-04-10 13:11:54 +02:00
client-node.c impl-node: partially revert target rework 2024-06-13 17:40:55 +02:00
client-node.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
protocol-native.c protocol: don't allow NULL event or command 2024-01-03 14:05:39 +01:00
remote-node.c impl-node: handle node <-> driver links with node_peer 2024-06-14 11:52:59 +02:00