houxiao
2016-12-30 cc445067d1f61e12dbea4e6458f2c85ba58f01bf
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";
         LOG_DEBUG << "pipe line end, ret OK";
      else
         LOG(WARN) << "pipe line end, ret ERROR";
         LOG_WARN << "pipe line end, ret ERROR";
   }
};