Opened 19 years ago
Closed 19 years ago
#4589 closed defect (fixed)
first time into programme guide from live tv there is no preview
| Reported by: | Owned by: | skamithi | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.21 |
| Component: | mythtv | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
when you go into live tv and go into the programme guide (using the menu) the programme guide that is display seems to be the one you would get it you did (with classic menus) TV->Schedule Recordings->Programme Guide. sound stops. if you go back, the live tv feed carries on as if nothing had happened. if you go back into the programme guide, it uses the correct one.
exiting from live tv and going back in, the problem repeats itself. that is, it is the first time in to the guide that is incorrect.
Change History (5)
comment:1 by , 19 years ago
comment:3 by , 19 years ago
| Milestone: | unknown → 0.21 |
|---|
comment:4 by , 19 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
This one was again broke by [15753]. The problem seems to be the changes in guidegrid.cpp. The first time into the grid m_player->IsPaused() is returning true which prevents the embedded player from showing. Exactly why it is saying the player is paused when clearly it isn't I don't know. It would be easy to work around this but since I'm not sure what skamithi's intention is with checking if the player is paused I'll leave it to him to figure out.
comment:5 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |

i should say that this is with SVN 15764