Opened 19 years ago
Closed 19 years ago
#2155 closed patch (fixed)
disable OSD message at stream info change
| Reported by: | Owned by: | danielk | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.21 |
| Component: | mythtv | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
The code added for detecting stream info change and enabling subtitles if they are desired and found in the new stream printed to the OSD an annoying "Subtitle X set" message every time the stream meta data changed.
This patch disables the OSD message in the automated subtitle enabling.
Attachments (3)
Change History (7)
by , 19 years ago
| Attachment: | no_osd_message_at_stream_info_change.diff added |
|---|
by , 19 years ago
| Attachment: | no_osd_message_at_stream_info_change.v2.diff added |
|---|
Improved version (the previous didn't take all unnecessary OSD messages such as after seeking etc. out)
comment:1 by , 19 years ago
| Milestone: | 0.20 → 0.21 |
|---|
comment:2 by , 19 years ago
| Severity: | medium → low |
|---|---|
| Version: | → head |
by , 19 years ago
| Attachment: | no_osd_message_at_stream_info_change.v3.diff added |
|---|
Hides (hopefully) the last message when subtitles are disabled at stream info change
comment:3 by , 19 years ago
IMHO this patch looks fine and should probably go in for 0.20. I'm unable to test it on ordinary recordings as subtitle streams don't change here in the same way as they obviously do elsewhere. I've made additions to the original patch so the messages are disabled for DVDs too and have verified this to work.
If Daniel has no objections I'll commit this.
comment:4 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |

Against trunk