[mythtv-commits] Ticket #6756: DVB-S Scanning Problems

MythTV mythtv at cvs.mythtv.org
Wed Aug 19 23:49:23 UTC 2009


#6756: DVB-S Scanning Problems
--------------------------------------+-------------------------------------
 Reporter:  stuartm                   |        Owner:  janne   
     Type:  defect                    |       Status:  accepted
 Priority:  major                     |    Milestone:  0.22    
Component:  MythTV - Channel Scanner  |      Version:  head    
 Severity:  medium                    |   Resolution:          
  Mlocked:  0                         |  
--------------------------------------+-------------------------------------

Comment(by janne):

 (In [21362]) change data structure holding scanning information from QMap
 to QList<QPair>

 There no real advantage of using a map over a list. In the following
 commits
 the transport_scan_items_t underlaying container will change from QList
 to a real double linked list. This is needed for extending the list of
 transports to scan during the scan since a reallocation during appending
 to
 a QList invalidates all iterators. We can't use std::list iterators as
 keys of the map.

 Refs #6756

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6756#comment:12>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list