Opened 12 years ago
Closed 12 years ago
#11276 closed Patch - Bug Fix (Fixed)
Still DVD frames sometimes skipped
Reported by: | Owned by: | stuartm | |
---|---|---|---|
Priority: | minor | Milestone: | 0.27 |
Component: | MythTV - DVD Playback | Version: | 0.26-fixes |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
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?.
Attachments (2)
Change History (5)
Changed 12 years ago by
Attachment: | 0001-Moved-resetting-of-still-frame-timer-to-before-call-.patch added |
---|
comment:1 Changed 12 years ago by
Milestone: | unknown → 0.27 |
---|---|
Owner: | set to stuartm |
Status: | new → accepted |
comment:2 Changed 12 years ago by
Type: | Bug Report - General → Patch - Bug Fix |
---|
Changed 12 years ago by
Attachment: | 0001-Always-update-the-still-frame-timer-whenever-the-tim.patch added |
---|
comment:3 Changed 12 years ago by
Resolution: | → Fixed |
---|---|
Status: | accepted → closed |
Fixed in [d9b022ecea]
Note: See
TracTickets for help on using
tickets.
Improved patch to ensure the timer is reset whenever a still frame should be skipped.