[mythtv-commits] Ticket #1485: DVB Scanning Issues

MythTV mythtv at cvs.mythtv.org
Wed Apr 5 13:08:40 UTC 2006


#1485: DVB Scanning Issues
-------------------------------+--------------------------------------------
 Reporter:  f.lange at hccnet.nl  |        Owner:  stuarta
     Type:  defect             |       Status:  new    
 Priority:  minor              |    Milestone:  0.20   
Component:  dvb                |      Version:  head   
 Severity:  low                |   Resolution:         
-------------------------------+--------------------------------------------
Comment (by anonymous):

 On my system I am still having sdt problems [9624].  Channel names are not
 allocated if the SDT is seen before the NIT.

 HasCachedSDT is being called before the NIT has been seen/cached.
 Resulting in the _cached_nit.empty returning true, and hence giving the
 HasCachedSDT a false value, even though the SDT has actually been cached.

 Changing the 'if (_cached_nit.empty)' statement to 'return true;', allows
 my sytem to tune properly, with all the correct channel names.  However I
 presume this is not the correct solution?

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/1485>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list