process stream

This commit is contained in:
badaix 2016-11-01 13:00:04 +01:00
parent 0d4cfe74e2
commit 50a4380616
6 changed files with 357 additions and 9 deletions

View file

@ -104,7 +104,6 @@ void PipeStream::worker()
if (nextTick >= currentTick)
{
// logO << "sleep: " << nextTick - currentTick << "\n";
setState(kPlaying);
chronos::sleep(nextTick - currentTick);
}