mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -05:00
When we start the drain, we unpause the stream. When we conplete the drain, we unpause again, which does nothing when the stream was already unpaused. However, this leaves the drained state on the stream and so the stream will never be able to play new data. Trigger a new pw_stream_set_active() with the current stream state to clear the drained state. Fixes #2928 |
||
|---|---|---|
| .. | ||
| daemon | ||
| examples | ||
| gst | ||
| modules | ||
| pipewire | ||
| tests | ||
| tools | ||
| meson.build | ||