[mythtv-commits] mythtv commit: r13390 - in branches/mythtv-multirec by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue May 1 21:43:10 UTC 2007


      Author: danielk
        Date: 2007-05-01 21:43:10 +0000 (Tue, 01 May 2007)
New Revision: 13390
   Changeset: http://cvs.mythtv.org/trac/changeset/13390

Modified:

   branches/mythtv-multirec/libs/libmythtv/channelbase.cpp
   branches/mythtv-multirec/libs/libmythtv/channelutil.cpp
   branches/mythtv-multirec/libs/libmythtv/channelutil.h
   branches/mythtv-multirec/libs/libmythtv/remoteutil.cpp
   branches/mythtv-multirec/libs/libmythtv/tv_rec.cpp
   branches/mythtv-multirec/libs/libmythtv/tv_rec.h
   branches/mythtv-multirec/programs/mythbackend/main.cpp

Log:

Refs #3326. Fixes a couple bugs in [13383].

 * cardid was being used in ChannelBase to get the cardid, but this is only set during scanning, changed to GetCardID()
 * In a couple places in ChannelBase we set the tuned chanid to the cardid when checking for multiplex conflicts.
 * We called QUERY_REMOTEENCODER for local recorders, this caused problems during startup.
  * I needed to change the TVRec initialization order a little bit to fix this. We now allocate all TVRec's before calling Init on any of them.





More information about the mythtv-commits mailing list