[mythtv-commits] mythtv commit: r7266 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Sep 16 18:24:08 UTC 2005


      Author: danielk
        Date: 2005-09-16 18:24:07 +0000 (Fri, 16 Sep 2005)
New Revision: 7266
   Changeset: http://cvs.mythtv.org/trac/changeset/7266

Modified:

   trunk/mythtv/libs/libmythtv/dbcheck.cpp
   trunk/mythtv/libs/libmythtv/frequencytables.cpp
   trunk/mythtv/libs/libmythtv/frequencytables.h
   trunk/mythtv/libs/libmythtv/scanwizard.cpp
   trunk/mythtv/libs/libmythtv/siscan.cpp
   trunk/mythtv/libs/libmythtv/siscan.h
   trunk/mythtv/libs/libmythtv/tv_rec.cpp
   trunk/mythtv/libs/libmythtv/tv_rec.h
   trunk/mythtv/libs/libmythtv/videosource.cpp
   trunk/mythtv/libs/libmythtv/videosource.h

Log:

Fixes #321; timeout not long enough for DVB over USB.
Fixes #319; per tuner timeouts.

This changes the signal lock and channel lock timeouts
from constants in the code to setable values in the
backend configuration and sets reasonable defaults when
you configure a new card.

Those with existing cards may wish to fiddle with these
values, as the values are initialized to 1000 ms and 
3000 ms respectively. These values may not be appropriate
for your setup. i.e. if you use DVB-S, DVB over USB, or
have a low signal station and want to wait a bit longer
for a lock.

This also drops some old dvb_* tables, it is not really 
safe to regress from SVN to 0.16 now anyway, and 0.17+ 
does not use these tables.






More information about the mythtv-commits mailing list