Opened 14 years ago
Closed 13 years ago
Last modified 13 years ago
#10003 closed Patch - Bug Fix (Fixed)
MHEG Tuning fix
Reported by: | Owned by: | stuartm | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | MythTV - Video/OSD Rendering | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
This patch modifies the code used to get a channel index to use the source ID rather than card ID. It simplifies the code a bit but it also fixes a small problem which only seems to have appeared in the current git HEAD. When viewing recordings from BBC1, at least, a periodic message would come up saying "Due to technical difficulties...". This appears because the BBC MHEG code checks to see which regional variation it is running on by looking up various transport and service IDs. If the look-up fails it produces this message. The patch solves this problem.
Attachments (1)
Change History (6)
Changed 14 years ago by
Attachment: | mheg.tuning.patch added |
---|
comment:1 Changed 14 years ago by
Milestone: | unknown → 0.24.2 |
---|---|
Owner: | changed from markk to stuartm |
Status: | new → accepted |
comment:2 Changed 13 years ago by
It looks like a couple unsigned integers are assigned -1 in this patch...
comment:3 Changed 13 years ago by
Resolution: | → Fixed |
---|---|
Status: | accepted → closed |
Committed in 576bcdd7e9443083f971f23cf47d791c617ef0d1 on master
comment:4 Changed 13 years ago by
Fix some uint vs int issues in MHEG handling
Refs #10003
This fixes the comment danielk had on the -1 in a uint.
Branch: master Changeset: c3b546e41788d793c03b218bb38cd7e22f7238cd
Thank you David, your continued work on MHEG support is much appreciated.