xuxiuxi
2017-04-24 b96e8c8ba2bc11461d1ea6c80a167392ef09cb8a
RtspFace/PL_RTSPClient.cpp
@@ -231,7 +231,7 @@
   int ret = pthread_mutex_unlock(in->frame_mutex);
   if(ret != 0)
   {
      printf("pthread_mutex_unlock frame_mutex: %s/n", strerror(ret));
      LOG_ERROR << "pthread_mutex_unlock frame_mutex: " << strerror(ret) << std::endl;
   }
}
@@ -246,6 +246,6 @@
   int ret = pthread_mutex_lock(in->continue_mutex);
   if(ret != 0)
   {
      printf("pthread_mutex_unlock continue_mutex: %s/n", strerror(ret));
      LOG_ERROR << "pthread_mutex_unlock continue_mutex: " << strerror(ret) << std::endl;
   }
}