[mythtv-commits] Ticket #305: Single Transport Scan tunes twice.

MythTV mythtv at cvs.mythtv.org
Wed Sep 7 13:47:26 UTC 2005


#305: Single Transport Scan tunes twice.
--------------------------------------+-------------------------------------
 Reporter:  stuarta at squashedfrog.net  |       Owner:  ijr 
     Type:  defect                    |      Status:  new 
 Priority:  minor                     |   Milestone:  0.19
Component:  mythtv                    |     Version:  head
 Severity:  medium                    |         Cc:                            |  
--------------------------------------+-------------------------------------
 While researching #304 I discovered that when trying to do a single
 transport
 scan the multiplex is tuned to twice.

 Firstly in ScanWizardScanner::SpawnTune():212 via

 ok = scanner->GetDVBChannel()->TuneMultiplex(mplexid);

 Then tuned again through ScanWizardScanner::HandleTuneComplete(void):693
 via

 ok = scanner->ScanTransport(parent->transport());

 One of these tunings is unneccessary. Which one should we remove?

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


More information about the mythtv-commits mailing list