xuxiuxi
2017-03-28 a9a69e67c9f78fcf0d8c00930a15db5289f799d5
RtspFace/PipeLine.h
@@ -83,6 +83,8 @@
   void push_front_elem(PipeLineElem* elem);
   bool remove_elem(PipeLineElem* elem);
   
   bool check_pipe_complete(PipeLineElem* lastRetElem) const;
   // do pipe sync. returns the element who returns false, or the last one.
   // if false return, the element should deal with pm, clean up.
   PipeLineElem* pipe(PipeMaterial* pm = nullptr);