[vlmc-devel] ClipWorkflow: Remove unused method
Hugo Beauzée-Luyssen
git at videolan.org
Sun Feb 16 23:12:20 CET 2014
vlmc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon Feb 17 00:07:23 2014 +0200| [0f388e314a158934f6e9e7fbd034fc17fdd7db00] | committer: Hugo Beauzée-Luyssen
ClipWorkflow: Remove unused method
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=0f388e314a158934f6e9e7fbd034fc17fdd7db00
---
src/Workflow/ClipWorkflow.h | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/src/Workflow/ClipWorkflow.h b/src/Workflow/ClipWorkflow.h
index 392077f..1cadb8d 100644
--- a/src/Workflow/ClipWorkflow.h
+++ b/src/Workflow/ClipWorkflow.h
@@ -159,15 +159,6 @@ class ClipWorkflow : public EffectUser
*/
virtual void setTime( qint64 time );
- /**
- * This method must be used to change the state of the ClipWorkflow
- * from outside its render loop, otherwise, it may lead to deadlocks.
- * No additional operations will be executed (for example, if setting
- * the new state to stop, the media player won't be stopped.)
- * This is mainly to change the behaviour of the render loop.
- */
- void queryStateChange( State newState );
-
bool waitForCompleteInit();
virtual void* getLockCallback() const = 0;
More information about the Vlmc-devel
mailing list