[mythtv-commits] Ticket #11276: Still DVD frames sometimes skipped
MythTV
noreply at mythtv.org
Wed Dec 5 21:36:15 UTC 2012
#11276: Still DVD frames sometimes skipped
------------------------+---------------------------------------
Reporter: peper03@… | Type: Bug Report - General
Status: new | Priority: minor
Milestone: unknown | Component: MythTV - DVD Playback
Version: 0.26-fixes | Severity: medium
Keywords: | Ticket locked: 0
------------------------+---------------------------------------
If a still frame is followed by another still frame in another title, the
second still frame is skipped because the still frame timer is not reset
until after calling WaitForPlayer. Whilst waiting for the player,
MythDVDPlayer::StillFrameCheck gets called, which determines that the
timer has expired has skips the still frame. In this case, it is still
frame timer still relates to the previous still frame, not the current
one.
The attached patch ensures the still frame timer is reset before calling
WaitForPlayer.
--
Ticket URL: <http://code.mythtv.org/trac/ticket/11276>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
More information about the mythtv-commits
mailing list