[vlmc-devel] commit: ImageClipWorkflow: Fixing a black screen output ( and potential deadlock) when seeking in an image. ( Hugo Beauzée-Luyssen )

git at videolan.org git at videolan.org
Tue Nov 16 11:03:38 CET 2010


vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Tue Nov 16 11:17:41 2010 +0100| [6c8c66bb8fdd5429049fb7e17b9bd8365614c3e2] | committer: Hugo Beauzée-Luyssen 

ImageClipWorkflow: Fixing a black screen output (and potential deadlock) when seeking in an image.

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

 src/Workflow/ImageClipWorkflow.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/Workflow/ImageClipWorkflow.h b/src/Workflow/ImageClipWorkflow.h
index 0f37b70..daa5d09 100644
--- a/src/Workflow/ImageClipWorkflow.h
+++ b/src/Workflow/ImageClipWorkflow.h
@@ -36,6 +36,10 @@ class   ImageClipWorkflow : public ClipWorkflow
         void                    *getLockCallback() const;
         void                    *getUnlockCallback() const;
         virtual Workflow::OutputBuffer  *getOutput( ClipWorkflow::GetMode mode, qint64 currentFrame );
+        /**
+         *  \brief      Deactivate time seeking in an ImageClipWorkflow
+         */
+        virtual void            setTime( qint64 , qint64 ){}
     protected:
         virtual void            initVlcOutput();
         virtual quint32         getNbComputedBuffers() const;



More information about the Vlmc-devel mailing list