1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 15:33:34 -04:00

Race condition.

This commit is contained in:
John Greb
2014-12-02 16:57:42 +00:00
parent 3ec45e00ad
commit 9d18a9a1e9
5 changed files with 20 additions and 11 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ bool V4LInput::startInput(int device)
qDebug("V4LInput: start");
MsgReportV4L::create(m_gains)->submit(m_guiMessageQueue);
applySettings(m_generalSettings, m_settings, true);
// applySettings(m_generalSettings, m_settings, true);
return true;
}