]> git.vomp.tv Git - vompclient-marten.git/commitdiff
Pause then number key naviating recording bug fixed
authorChris Tallon <chris@vomp.tv>
Tue, 20 Dec 2005 16:03:16 +0000 (16:03 +0000)
committerChris Tallon <chris@vomp.tv>
Tue, 20 Dec 2005 16:03:16 +0000 (16:03 +0000)
playervideo.cc

index 5c6d71de9b3ba8f8265e5b41a6adc6d5d101f76d..72f2609720ae67adec17f820a55e59827b4dcdef 100644 (file)
@@ -469,6 +469,9 @@ void PlayerVideo::toggleFastBackward()
 
 void PlayerVideo::jumpToPercent(int percent)
 {
+  if (paused) togglePause();
+  if (ffwd) toggleFastForward();
+
   threadStop();
   vfeed.stop();
   afeed.stop();