From 256c90e3e0a881632d1bb9cd3bcc9c2604671167 Mon Sep 17 00:00:00 2001 From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674> Date: 星期一, 27 二月 2017 09:47:13 +0800 Subject: [PATCH] rebuild this path --- RtspFace/PipeLine.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/RtspFace/PipeLine.h b/RtspFace/PipeLine.h index b208240..5c3e03c 100644 --- a/RtspFace/PipeLine.h +++ b/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); -- Gitblit v1.8.0