Opened 14 years ago
Closed 14 years ago
#9484 closed Bug Report (fixed)
System event PLAY_UNPAUSED not sent with play button.
Reported by: | Owned by: | stuartm | |
---|---|---|---|
Priority: | minor | Milestone: | 0.25 |
Component: | MythTV - General | Version: | 0.24-fixes |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
If I hit pause while watching a recording or what not, I get a PLAY_PAUSED event, if I hit pause again to unpause, I get a PLAY_UNPAUSED event. However, if I hit pause, then hit play to unpause, I get no PLAY_UNPAUSED system event, or any system event at all AFAICT.
The attached patch fixes the issue for me, but someone who knows this code should have a look here as I can't say that I do, so I may be overlooking something...
Attachments (1)
Change History (4)
comment:1 Changed 14 years ago by
Milestone: | unknown → 0.24.1 |
---|---|
Owner: | set to cpinkham |
Status: | new → assigned |
comment:2 Changed 14 years ago by
Milestone: | 0.24.1 → 0.25 |
---|---|
Owner: | changed from cpinkham to stuartm |
Status: | assigned → accepted |
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Send PLAY_UNPAUSE when play is hit during pause. Fixes #9484
Branch: master Changeset: cb38a5279fd3f2b8fd554c138310b3a381f7d014
Note: See
TracTickets for help on using
tickets.
Send PLAY_UNPAUSE when play is hit during pause.