Opened 13 years ago
Closed 13 years ago
#11443 closed Patch - Bug Fix (fixed)
DVD menu highlight disappears almost as soon as it is shown.
| Reported by: | Owned by: | stuartm | |
|---|---|---|---|
| Priority: | major | Milestone: | 0.27 |
| Component: | MythTV - DVD Playback | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
A side-effect of [3194b9f481] is that 'fps' is no longer set at the end of AvFormatDecoder::ScanStreams. When a new subpicture stream is encountered, ScanStreams is called but 'fps' is always set to zero even when video streams should be ignored.
The mismatch between 'fps' and the detected frame-rate is eventually detected in AvFormatDecoder::MpegPreProcessPkt, which in turn eventually leads to the video output being re-initialised, which causes captions (i.e. subpictures) to be cleared.
The attached patch ensures that 'fps' is not touched unless video streams should be scanned.
Attachments (1)
Change History (4)
by , 13 years ago
| Attachment: | 0001-Make-sure-DVD-menu-highlight-isn-t-hidden-immediatel.patch added |
|---|
comment:1 by , 13 years ago
| Owner: | set to |
|---|---|
| Status: | new → accepted |
comment:2 by , 13 years ago
| Milestone: | unknown → 0.27 |
|---|
comment:3 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |

In dbf2878b2fed62837d6e1b9a960501a2570cdf6d/mythtv: