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:
@@ -57,6 +57,7 @@ USRPInput::USRPInput(DeviceAPI *deviceAPI) :
|
||||
m_channelAcquired(false),
|
||||
m_bufSamples(0)
|
||||
{
|
||||
m_sampleFifo.setLabel(m_deviceDescription);
|
||||
m_streamId = nullptr;
|
||||
suspendRxBuddies();
|
||||
suspendTxBuddies();
|
||||
|
||||
Reference in New Issue
Block a user