back with checking online, got rid of getframescaught altogether

This commit is contained in:
Dhanya Maliakal
2016-11-01 10:03:38 +01:00
parent 59b5844de6
commit 7374a37115
2 changed files with 33 additions and 28 deletions

View File

@ -500,6 +500,8 @@ void* postProcessing::processData(int delflag) {
if (checkJoinThread()){
break;
}
/*
//get progress
if(setReceiverOnline() == ONLINE_FLAG){
pthread_mutex_lock(&mg);
@ -516,6 +518,9 @@ void* postProcessing::processData(int delflag) {
if (checkJoinThread()){
break;
}
*/
}
}