mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-23 22:08:12 +02:00
Don't make an extra eventfd for activating the remote-node, we can use the server side eventfd and send them to the remote side using the transport. The remote node already adds the eventfd to the data-loop so avoids doing the same on the server. This makes driver nodes trigger all remote nodes directly instead of going through an intermediate eventfd. For resuming nodes, we already used the node eventfd directly so this only a small optimization for the initial cycle start. |
||
|---|---|---|
| .. | ||
| daemon | ||
| examples | ||
| gst | ||
| modules | ||
| pipewire | ||
| tests | ||
| tools | ||
| meson.build | ||