xuxiuxi
2017-03-29 d5adbcb1c4568deedfbec4a64a8f5f8c8c7a5e65
RtspFace/PL_Fork.cpp
@@ -64,7 +64,7 @@
   if (args == nullptr)
   {
      LOG_ERROR << "Config should give";
      LOG_ERROR << "Config should give" << std::endl;
      return false;
   }
@@ -103,13 +103,13 @@
   
   if (this->pl != nullptr)
   {
      LOG_ERROR << "Has areadly attached pipe line";
      LOG_ERROR << "Has areadly attached pipe line" << std::endl;
      return;
   }
   
   if (pl == nullptr)
   {
      LOG_NOTICE << "Detach pipe line";
      LOG_NOTICE << "Detach pipe line" << std::endl;
      this->pl->remove_elem(this);
      this->pl = nullptr;
      return;