[mythtv-commits] Ticket #2434: Workaround for hangs when ffwd/rewinding video

MythTV mythtv at cvs.mythtv.org
Wed May 16 18:39:25 UTC 2007


#2434: Workaround for hangs when ffwd/rewinding video
---------------------------------------------+------------------------------
 Reporter:  matt-bulk-mythtv at holgate.org.uk  |        Owner:  danielk
     Type:  defect                           |       Status:  closed 
 Priority:  minor                            |    Milestone:  0.21   
Component:  mythtv                           |      Version:  head   
 Severity:  medium                           |   Resolution:  fixed  
---------------------------------------------+------------------------------
Changes (by danielk):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 (In [13457]) Fixes #2434. Fixes a locking issue with FF/Rew.

 This mostly hit people with very slow CPU's like the VIA ones. Because we
 keep a binary paused/unpaused state rather than a count we need an
 additional lock for operations that pause, do something, then unpause; the
 rest of the changeset just makes this efficient by adding a
 QWaitCondition.

 Tested by myself, Matt Holgate, Yeachang Lee, and Robin Gilks.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2434#comment:27>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list