1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-27 14:03:24 -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
@@ -23,6 +23,7 @@
ChannelSourceAPI::ChannelSourceAPI(const QString& name) :
m_name(name),
m_indexInDeviceSet(-1),
m_deviceSinkAPI(0),
m_uid(UidCalculator::getNewObjectId())
{ }