1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

SDRdaemon plugin: report stream locked in UI

This commit is contained in:
f4exb
2016-02-23 14:57:40 +01:00
parent 586abc6508
commit 6b368f10b6
4 changed files with 26 additions and 5 deletions
@@ -208,7 +208,8 @@ void SDRdaemonUDPHandler::tick()
m_tickCount = 0;
SDRdaemonInput::MsgReportSDRdaemonStreamTiming *report = SDRdaemonInput::MsgReportSDRdaemonStreamTiming::create(
m_tv_sec,
m_tv_usec);
m_tv_usec,
m_sdrDaemonBuffer.isSyncLocked());
m_outputMessageQueueToGUI->push(report);
}
}