mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-13 13:30:05 -05:00
Follow the state of the node and update the stream state accordingly. The most important part is that Start is async and so it's better to wait for completion from the node before emiting the STREAMING state. Don't wait for the completion of the Pause command of the node but send it to the stream immediately. Delaying it might make it come after the set_param calls are done and confuse the stream. |
||
|---|---|---|
| .. | ||
| daemon | ||
| examples | ||
| gst | ||
| modules | ||
| pipewire | ||
| tests | ||
| tools | ||
| meson.build | ||