Opened 13 years ago
Closed 13 years ago
Last modified 13 years ago
#11445 closed Patch - Bug Fix (fixed)
DVD menu highlights are not always shown
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | minor | Milestone: | 0.27 |
| Component: | MythTV - DVD Playback | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Menu highlights for menus in the VTS domain are not always shown as the stream ID is only set if there is at least one button when the subpicture stream change notification arrives but it not possible to know how many buttons are available until a NAV packet arrives, so the stream ID is not set.
The attached patch sets of the stream ID when the first NAV packet with button information arrives. It also cleans up the code responsible for detecting a looping menu (so that the selected button is not changed when the loop restarts), which also didn't work with menus in the VTS domain.
A sample DVD image (DelayedMenu_VTS.iso) is available in stuartm's DVD repository.
Attachments (1)
Change History (3)
by , 13 years ago
| Attachment: | 0001-Fix-displaying-of-menu-highlights-when-a-menu-appear.patch added |
|---|
comment:1 by , 13 years ago
| Owner: | set to |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
comment:2 by , 13 years ago
| Milestone: | unknown → 0.27 |
|---|

In 6fce2124610e1b5e971e58248717bd3927e785ef/mythtv: