pipewire/src/modules/module-client-node
Wim Taymans cfd3bcd6b2 impl-node: add rt_events
Remove the context_driver events and replace them with realtime node
events. The problem is that the realtime node events are emitted from
the node data thread, which can be different for each node and
aggregating them into context_driver events is not a good idea.

It's also nice for the stream drained event, which no longer needs to go
through the context_driver events.
2023-07-19 11:32:13 +02:00
..
v0 modules: remove include of private.h 2023-07-11 19:31:27 +02:00
client-node.c impl-node: add rt_events 2023-07-19 11:32:13 +02:00
client-node.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
protocol-native.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
remote-node.c impl-node: add rt_events 2023-07-19 11:32:13 +02:00