[vlc-devel] commit: Qt: Be sure to hide the caching when an input is deleted. ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun Feb 28 10:57:58 CET 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Feb 27 13:48:36 2010 +0100| [f327c96f7502df6235a059003052edbbe94ec8d9] | committer: Jean-Baptiste Kempf
Qt: Be sure to hide the caching when an input is deleted.
Fix the bug where caching would stay all the time when stopping
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f327c96f7502df6235a059003052edbbe94ec8d9
---
modules/gui/qt4/input_manager.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/input_manager.cpp b/modules/gui/qt4/input_manager.cpp
index 9845baa..4edfc82 100644
--- a/modules/gui/qt4/input_manager.cpp
+++ b/modules/gui/qt4/input_manager.cpp
@@ -166,6 +166,8 @@ void InputManager::delInput()
emit encryptionChanged( false );
emit recordingStateChanged( false );
+
+ emit cachingChanged( 1 );
}
/* Convert the event from the callbacks in actions */
More information about the vlc-devel
mailing list