From 43af8d48ca0d2ec219a7641d5555fe4c2479b047 Mon Sep 17 00:00:00 2001 From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674> Date: 星期二, 10 一月 2017 09:32:54 +0800 Subject: [PATCH] commit for add new file --- 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