Commit 52577ac8 authored by Max Kellermann's avatar Max Kellermann

output/pipewire: implement Cancel() properly

parent 239698cb
...@@ -413,7 +413,7 @@ PipeWireOutput::Cancel() noexcept ...@@ -413,7 +413,7 @@ PipeWireOutput::Cancel() noexcept
const PipeWire::ThreadLoopLock lock(thread_loop); const PipeWire::ThreadLoopLock lock(thread_loop);
interrupted = false; interrupted = false;
// TODO implement ring_buffer->reset();
} }
const struct AudioOutputPlugin pipewire_output_plugin = { const struct AudioOutputPlugin pipewire_output_plugin = {
......
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