Merge branch '3.0.1' into developer

This commit is contained in:
Dhanya Maliakal
2017-09-19 17:19:36 +02:00
14 changed files with 1500 additions and 980 deletions

View File

@@ -545,7 +545,7 @@ void* postProcessing::processData(int delflag) {
//get progress
pthread_mutex_lock(&mg);
if(setReceiverOnline() == ONLINE_FLAG){
caught = getFramesCaughtByReceiver();
caught = getFramesCaughtByAnyReceiver();
}
pthread_mutex_unlock(&mg);