[mythtv-commits] Ticket #8669: Allow 10s rather than 10ms for queued input during playback

MythTV mythtv at cvs.mythtv.org
Sun Jul 18 22:19:30 UTC 2010


#8669: Allow 10s rather than 10ms for queued input during playback
--------------------------------+-------------------------------------------
 Reporter:  ijc@…               |        Type:  defect          
   Status:  new                 |    Priority:  minor           
Milestone:  0.24                |   Component:  MythTV - General
  Version:  0.23-fixes          |    Severity:  medium          
  Mlocked:  0                   |  
--------------------------------+-------------------------------------------
 Qobject::startTimer and hence TV::StartTimer take a timeout in
 milliseconds. This means that the queueInputTimer is set to expire after
 just 10ms which isn't really long enough to hit a second button before the
 queued input is cleared and therefore jump to and arbitrary seek type
 functionality doesn't work properly.

 The attached patch changes the timeout to 10s which I suspect is what the
 author intended.

 It would be nice to fix this in 0.23-fixes as well.

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


More information about the mythtv-commits mailing list