houxiao
2016-12-30 a88698ced8bcd58f0f1918b10380bc66b0bfcbbc
RtspFace/PipeLine.cpp
@@ -90,16 +90,16 @@
   PipeDebugger(PipeLine* _pipeLine) : 
      pipeLine(_pipeLine), retElem(nullptr), pm(nullptr)
   {
      LOG_DEBUG << "pipe line begin";
      //LOG_DEBUG << "pipe line begin";
   }
   
   ~PipeDebugger()
   {
      bool retOK = (*(pipeLine->elems).rbegin() == retElem);
      if (retOK)
         LOG_DEBUG << "pipe line end, ret OK";
      else
         LOG_WARN << "pipe line end, ret ERROR";
      //bool retOK = (*(pipeLine->elems).rbegin() == retElem);
      //if (retOK)
      //   LOG_DEBUG << "pipe line end, ret OK";
      //else
      //   LOG_WARN << "pipe line end, ret ERROR";
   }
};