houxiao
2017-02-13 0688756b71b40e0ac60c68af2fa1fe4aaeb1718d
RtspFace/PipeLinePool.cpp
@@ -6,7 +6,7 @@
   int ret = pthread_mutex_lock((pthread_mutex_t*)mut); \
   if(ret != 0) \
   { \
      LOG_ERROR << "pthread_mutex_lock " << #mut <<  ": " << ret; \
      LOG_ERROR << "pthread_mutex_lock " << #mut <<  ": " << ret << std::endl; \
      return _ret; \
   } \
}
@@ -15,7 +15,7 @@
   int ret = pthread_mutex_unlock((pthread_mutex_t*)mut); \
   if(ret != 0) \
   { \
      LOG_ERROR << "pthread_mutex_unlock " << #mut <<  ": " << ret; \
      LOG_ERROR << "pthread_mutex_unlock " << #mut <<  ": " << ret << std::endl; \
      return _ret; \
   } \
}