mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-23 08:28:36 -05:00
UDPSink plugin: working basically
This commit is contained in:
parent
507677e5ec
commit
3daddcb3cb
@ -129,6 +129,7 @@ void UDPSinkUDPHandler::advanceReadPointer(int nbBytes)
|
||||
if (m_readFrameIndex < m_nbUDPFrames - 1) {
|
||||
m_readFrameIndex++;
|
||||
} else {
|
||||
qDebug("UDPSinkUDPHandler::advanceReadPointer: w: %02d", m_writeIndex);
|
||||
m_readFrameIndex = 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user