[mythtv-commits] mythtv commit: r7007 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu Aug 11 03:27:46 UTC 2005


      Author: danielk
        Date: 2005-08-11 03:27:45 +0000 (Thu, 11 Aug 2005)
New Revision: 7007
   Changeset: http://cvs.mythtv.org/trac/changeset/7007

Added:

   trunk/mythtv/libs/libmythtv/eitscanner.cpp
   trunk/mythtv/libs/libmythtv/eitscanner.h

Modified:

   trunk/mythtv/libs/libmythtv/dvbchannel.cpp
   trunk/mythtv/libs/libmythtv/eithelper.cpp
   trunk/mythtv/libs/libmythtv/eithelper.h
   trunk/mythtv/libs/libmythtv/libmythtv.pro
   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

Log:

This removes the EIT stuff from the channel scanner and puts it in its
own eitscanner class. There wasn't any reason for those to share the same
event loop. There is no common code, and they just get in each others way.

My guess is this was done originally because of the EIT crawl, but this
will actually be much simpler than the channel scan since the transports
will exist in the database when we do the EIT crawl.






More information about the mythtv-commits mailing list