xuxiuxi
2017-05-04 15d0c49e85159b9e27870aff5280c0cd95b103c4
RtspFace/PipeLine.cpp
@@ -142,16 +142,16 @@
   PipeDebugger(PipeLine* _pipeLine) : 
      pipeLine(_pipeLine), retElem(nullptr), pm(nullptr)
   {
      //LOG_DEBUG << "pipe line begin";
      //LOG_DEBUG << "pipe line begin" << std::endl;
   }
   
   ~PipeDebugger()
   {
      //bool retOK = (*(pipeLine->elems).rbegin() == retElem);
      //if (retOK)
      //   LOG_DEBUG << "pipe line end, ret OK";
      //   LOG_DEBUG << "pipe line end, ret OK" << std::endl;
      //else
      //   LOG_WARN << "pipe line end, ret ERROR";
      //   LOG_WARN << "pipe line end, ret ERROR" << std::endl;
   }
};