Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ASSERT: "bytes <= bufferSize" in file tools\qringbuffer.cpp, line 74 This was happening when seeking multiple times very quickly in Player. QFile is not thread safe so I added a QMutexLocker to the Logger function.
- Loading branch information