[mythtv-commits] Ticket #4688: Cannot skip backward through commercials

MythTV mythtv at cvs.mythtv.org
Wed Jun 17 17:17:01 UTC 2009


#4688: Cannot skip backward through commercials
----------------------------------------------+-----------------------------
 Reporter:  Ron Frazier <ron at ronfrazier.net>  |        Owner:  ijr    
     Type:  defect                            |       Status:  closed 
 Priority:  minor                             |    Milestone:  unknown
Component:  mythtv                            |      Version:  unknown
 Severity:  medium                            |   Resolution:  fixed  
  Mlocked:  0                                 |  
----------------------------------------------+-----------------------------

Comment(by shane):

 (In [20722]) Fixes #4688. Update the pause frame after backwards seek.

 (2nd attempt, first attempt [20667] was reverted in [20716])

 The pause frame is updated before the seek and after the seek
 has completed the NVP playback loop sees the pause frame number
 that is in the future. That frame number is greater than the
 current deleteIter.key() and triggers an unwanted skip forward.

 Instead of adding a 5th instance of the refresh the pause frame
 idiom, create NuppelVideoPlayer::RefreshPauseFrame(void) and use
 that.

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


More information about the mythtv-commits mailing list