mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 13:47:01 -04:00
Add label to SampleSinkFifo to mention controlling component in error messages
This commit is contained in:
@@ -53,9 +53,10 @@ RTLSDRInput::RTLSDRInput(DeviceAPI *deviceAPI) :
|
||||
m_settings(),
|
||||
m_dev(0),
|
||||
m_rtlSDRThread(nullptr),
|
||||
m_deviceDescription(),
|
||||
m_deviceDescription("RTLSDR"),
|
||||
m_running(false)
|
||||
{
|
||||
m_sampleFifo.setLabel(m_deviceDescription);
|
||||
openDevice();
|
||||
|
||||
m_deviceAPI->setNbSourceStreams(1);
|
||||
|
||||
Reference in New Issue
Block a user