mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
A port is an input or output on a Node. Channels are created from the ports and inherit the direction of the port. do automatic port selection based on the direction and caps and node/port name. Simplify stream_connect by passing the direction. Fix pinossink to connect in setcaps so that we know the format and can select a good sink to connect to. |
||
|---|---|---|
| .. | ||
| channel.c | ||
| channel.h | ||
| client.c | ||
| client.h | ||
| daemon.c | ||
| daemon.h | ||
| node.c | ||
| node.h | ||
| port.c | ||
| port.h | ||
| source.c | ||
| source.h | ||
| upload-node.c | ||
| upload-node.h | ||