[mythtv-commits] mythtv commit: r9532 - in trunk/mythtv/libs/libmythtv by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue Mar 28 21:07:40 UTC 2006


      Author: danielk
        Date: 2006-03-28 21:07:39 +0000 (Tue, 28 Mar 2006)
New Revision: 9532
   Changeset: http://cvs.mythtv.org/trac/changeset/9532

Modified:

   trunk/mythtv/libs/libmythtv/mpeg/dvbstreamdata.cpp
   trunk/mythtv/libs/libmythtv/mpeg/dvbstreamdata.h
   trunk/mythtv/libs/libmythtv/siscan.cpp

Log:

References #1485. Adds a method HasCachedSDT() to address one of the scanning issues.

We were waiting for the transport to contain all the SDT's associated with the NIT, but these can of course be located on different transports. HasCachedSDT() just checks to see that we have at least one complete set of SDT sections.

Also, if we do not find all the SDTs we are waiting on. I've enabled a bit of code in HandlePostInsertion() which will insert what we do have and not insert stations based on the PAT if an NIT is found.






More information about the mythtv-commits mailing list