mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-28 05:17:50 +02:00
new buffer thingy 2
This commit is contained in:
@ -225,7 +225,7 @@ namespace dsp {
|
||||
SampleFrameBuffer(stream<T>* in) { init(in); }
|
||||
|
||||
~SampleFrameBuffer() {
|
||||
stop();
|
||||
generic_block<SampleFrameBuffer<T>>::stop();
|
||||
out.stopWriter();
|
||||
stopWorker = true;
|
||||
cnd.notify_all();
|
||||
|
Reference in New Issue
Block a user