[vlmc-devel] commit: ClipWorkflow: Fixing a crash when stopping a clip. ( Hugo Beauzée-Luyssen )

git at videolan.org git at videolan.org
Fri Jun 4 17:53:51 CEST 2010


vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Fri Jun  4 17:42:08 2010 +0200| [00d20c022d33c7df62a8e960bf6f29f296a18c3c] | committer: Hugo Beauzée-Luyssen 

ClipWorkflow: Fixing a crash when stopping a clip.

Actually it wasn't stopped at all.

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=00d20c022d33c7df62a8e960bf6f29f296a18c3c
---

 src/Workflow/ClipWorkflow.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/Workflow/ClipWorkflow.cpp b/src/Workflow/ClipWorkflow.cpp
index 5a7e034..10c0852 100644
--- a/src/Workflow/ClipWorkflow.cpp
+++ b/src/Workflow/ClipWorkflow.cpp
@@ -112,6 +112,7 @@ ClipWorkflow::clipEndReached()
 void
 ClipWorkflow::stop()
 {
+    stopRenderer();
     flushComputedBuffers();
     releasePrealocated();
 }



More information about the Vlmc-devel mailing list