Add label to SampleSinkFifo to mention controlling component in error messages

This commit is contained in:
f4exb
2022-03-18 21:53:53 +01:00
parent 188186046e
commit 053e4a31cd
84 changed files with 253 additions and 18 deletions
@@ -46,6 +46,7 @@ Bladerf1Input::Bladerf1Input(DeviceAPI *deviceAPI) :
m_deviceDescription("BladeRFInput"),
m_running(false)
{
m_sampleFifo.setLabel(m_deviceDescription);
openDevice();
m_deviceAPI->setNbSourceStreams(1);
m_deviceAPI->setBuddySharedPtr(&m_sharedParams);