Opened 17 years ago

Closed 17 years ago

#3960 closed patch (fixed)

Fix inconsistency in smart fast forwarding

Reported by: anonymous Owned by: skamithi
Priority: minor Milestone: 0.21
Component: mythtv Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

This patch corrects the following: With smart fast forwarding if you only rewind once, then wait for the OSD to clear, and press forward, MythTV will keep the "slow" mode and jump forward only 5 seconds.

Explanation for the patch: DoSeek? calls UpdateOSDSeekMessage which sets OSD type based on doSmartForward. The type would later cause doSmartForward to be cleared. With the current code, the first rewind calls DoSeek? before setting doSmartForward, and so it remains enabled until another seek operation.

Attachments (1)

fix_smartff.patch (533 bytes) - added by npr1@… 17 years ago.

Download all attachments as: .zip

Change History (3)

Changed 17 years ago by npr1@…

Attachment: fix_smartff.patch added

comment:1 Changed 17 years ago by skamithi

Milestone: unknown0.21
Owner: changed from Isaac Richards to skamithi

comment:2 Changed 17 years ago by skamithi

Resolution: fixed
Status: newclosed

(In [14513]) Closes #3960. fix inconsistency in smart fast forwarding.

Note: See TracTickets for help on using tickets.