From 03f65ab5ad75eae6a438a65bcd66ce25a7551d1a Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期五, 31 三月 2017 11:50:33 +0800
Subject: [PATCH] 

---
 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