[mythtv] [patch] PlaybackBox

Jim Paris jim at jtan.com
Fri Jan 2 02:06:03 EST 2004


> Fixes preview video playing when it shouldn't, sorry about that.

No, it doesn't; it keeps starting the video and killing it immediately.
Patch attached.

-jim
-------------- next part --------------
--- playbackbox.old	2004-01-02 01:52:59.000000000 -0500
+++ playbackbox.cpp	2004-01-02 01:50:30.000000000 -0500
@@ -458,6 +458,8 @@
         }
     }
 
+    if(!playbackPreview) return;
+
     /* keep calling killPlayer() to handle nvp cleanup */
     /* until killPlayer() is done */
     if(killState != kDone)


More information about the mythtv-dev mailing list