]> git.sesse.net Git - vlc/commitdiff
Qt4 - try to reset the Rate when input is done.
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 21 Feb 2008 09:11:40 +0000 (09:11 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 21 Feb 2008 09:11:40 +0000 (09:11 +0000)
modules/gui/qt4/input_manager.cpp

index af225703403c865fe8ecab450f0109ce115e02bd..1918860a2b8e41802e3672c48b270ddf9808ae94 100644 (file)
@@ -93,6 +93,7 @@ void InputManager::setInput( input_thread_t *_p_input )
     {
         p_input = NULL;
         i_input_id = 0;
+        emit rateChanged( INPUT_RATE_DEFAULT );
     }
 }