houxiao
2017-02-13 0688756b71b40e0ac60c68af2fa1fe4aaeb1718d
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;