1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-19 14:18:45 -04:00

New plugin pair LocalSink and LocalInput to pipe streams internally

This commit is contained in:
f4exb
2019-05-02 04:02:40 +02:00
parent 84dc7e0bb0
commit 9e5003eab9
333 changed files with 5869 additions and 267 deletions
+1
View File
@@ -93,6 +93,7 @@ void DeviceSourceAPI::renumerateChannels()
{
m_channelAPIs.at(i)->setIndexInDeviceSet(i);
m_channelAPIs.at(i)->setDeviceSetIndex(m_deviceTabIndex);
m_channelAPIs.at(i)->setDeviceSourceAPI(this);
}
}