Opened 8 years ago
Closed 5 years ago
#13058 closed Bug Report - General (fixed)
Fully tuned scan of a satellite delivery system fails to tune new multiplexes
Reported by: | Owned by: | Klaas de Waal | |
---|---|---|---|
Priority: | minor | Milestone: | 31.0 |
Component: | MythTV - DVB | Version: | Master Head |
Severity: | medium | Keywords: | DVB |
Cc: | Ticket locked: | no |
Description
A fully tuned scan of a satellite delivery system fails to tune new multiplexes.The code in channelscan_sm.cpp incorreclty divides the frequency returned from SatelliteDeliverySystemDescriptor::FrequencyHz?() function by 1000. The frequency retruned is already in KHz. I have fixed this by removing the division and renaming the function FrequencyKHz().
Pull request #138 has the patch.
Roger
Change History (6)
comment:1 Changed 8 years ago by
Owner: | set to Stuart Auchterlonie |
---|---|
Status: | new → accepted |
comment:2 Changed 7 years ago by
Milestone: | 29.0 → 29.1 |
---|
comment:3 Changed 7 years ago by
Milestone: | 29.1 → 0.28.2 |
---|
comment:4 Changed 7 years ago by
Milestone: | 0.28.2 → 29.2 |
---|
Moving remaining open tickets to 29.2 milestone
comment:5 Changed 5 years ago by
Milestone: | 29.2 → 31.0 |
---|---|
Owner: | changed from Stuart Auchterlonie to Klaas de Waal |
Status: | accepted → assigned |
The patch is found in https://github.com/MythTV/mythtv/pull/138/commits/4cdae5ba9fcad79bc3546fec6b5f746543912468. The problem described is still present in today's master.
comment:6 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Moving remaining open tickets to 0.28.2 milestone