[mythtv] Current DVB problems rundown

Daniel Kristjansson danielk at cuymedia.net
Sun Sep 11 15:08:41 UTC 2005


On Sun, 2005-09-11 at 22:52 +1000, Mark Spieth wrote:
> here is another patch. the last change affected recording mode so this
> eliminates that problem.
> for those that are having trouble, please try.
     if (TRANSITION(kState_None, kState_WatchingLiveTV))
     {
+        if (channel == NULL)
Bug #1 -- You don't need to have a channel class to watch TV.

-    int timeout = 2000000000;
+    int timeout = 5000;
Bug #2 -- LiveTV should tuning not time out, the user can change the
          channel or tuner or input or even exit LiveTV at any time.
	  Why force one particular decision on the user?

-- Daniel






More information about the mythtv-dev mailing list