mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Add a new node flag that is set when the node needs more configuration. Don't try to Start nodes that have the NEED_CONFIGURE flag set. Make audioadapter clear the NEED_CONFIGURE flag when it has the PortConfig. These changes now make it possible to run: gst-launch-1.0 -v pipewiresrc path=51 stream-properties="props,node.group=1" ! audio/x-raw ! pipewiresink stream-properties="props,node.group=1" The pipewiresink and pipewiresrc will be added to the same scheduling group (1) and the devices they connect to will be slaved, even if they are otherwise not linked. Without the NEED_CONFIGURE flag, pipewiresink would be added to the pipewiresrc group and would be started by the daemon before the session manager has a chance to configure (and link) the node. Fixes #4 |
||
|---|---|---|
| .. | ||
| alsa | ||
| audioconvert | ||
| audiomixer | ||
| audiotestsrc | ||
| bluez5 | ||
| control | ||
| ffmpeg | ||
| jack | ||
| libcamera | ||
| support | ||
| test | ||
| v4l2 | ||
| videoconvert | ||
| videotestsrc | ||
| volume | ||
| vulkan | ||
| meson.build | ||