1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-04-03 18:18:31 -04:00

FileSink: let the thread start the worker

This commit is contained in:
f4exb 2022-07-23 12:28:25 +02:00
parent c2442d6b10
commit 56f96103e6
2 changed files with 0 additions and 2 deletions

View File

@ -177,7 +177,6 @@ void FileSink::start()
m_basebandSink->setMessageQueueToGUI(getMessageQueueToGUI());
m_basebandSink->setDeviceHwId(m_deviceAPI->getHardwareId());
m_basebandSink->setDeviceUId(m_deviceAPI->getDeviceUID());
m_basebandSink->startWork();
m_thread->start();
DSPSignalNotification *dspMsg = new DSPSignalNotification(m_basebandSampleRate, m_centerFrequency);

View File

@ -45,7 +45,6 @@ FileSinkBaseband::~FileSinkBaseband()
qDebug("FileSinkBaseband::~FileSinkBaseband");
m_inputMessageQueue.clear();
stopWork();
qDebug("FileSinkBaseband::~FileSinkBaseband: done");
}
void FileSinkBaseband::reset()