mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-23 18:52:28 -04:00
DSPDeviceSourceEngine: stop threaded baseband sample sinks
This commit is contained in:
parent
0f7ac00a71
commit
940cfbe94e
@ -348,7 +348,10 @@ DSPDeviceSourceEngine::State DSPDeviceSourceEngine::gotoIdle()
|
|||||||
(*it)->stop();
|
(*it)->stop();
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: why not stopping the threaded baseband sample sinks?
|
for(ThreadedBasebandSampleSinks::const_iterator it = m_threadedBasebandSampleSinks.begin(); it != m_threadedBasebandSampleSinks.end(); it++)
|
||||||
|
{
|
||||||
|
(*it)->stop();
|
||||||
|
}
|
||||||
|
|
||||||
m_deviceSampleSource->stop();
|
m_deviceSampleSource->stop();
|
||||||
m_deviceDescription.clear();
|
m_deviceDescription.clear();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user