Commit 9975905f authored by Max Kellermann's avatar Max Kellermann

output/PipeWire: initialize field "stream" in Open()

Must be initialized for the check in SetVolume().
parent 23318456
ver 0.23.6 (not yet released)
* decoder
- opus: fix "readpicture" on Opus files
* output
- pipewire: fix crash bug if setting volume before playback starts
ver 0.23.5 (2021/12/01)
* protocol
......
......@@ -336,6 +336,8 @@ PipeWireOutput::Enable()
throw MakeErrno("pw_thread_loop_new() failed");
pw_thread_loop_start(thread_loop);
stream = nullptr;
}
void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment