[mythtv-commits] Ticket #13058: Fully tuned scan of a satellite delivery system fails to tune new multiplexes

MythTV noreply at mythtv.org
Tue Nov 19 08:57:58 UTC 2019


#13058: Fully tuned scan of a satellite delivery system fails to tune new
multiplexes
-----------------------------------+-------------------------------
 Reporter:  Roger James <roger@…>  |          Owner:  Klaas de Waal
     Type:  Bug Report - General   |         Status:  closed
 Priority:  minor                  |      Milestone:  31.0
Component:  MythTV - DVB           |        Version:  Master Head
 Severity:  medium                 |     Resolution:  fixed
 Keywords:  DVB                    |  Ticket locked:  0
-----------------------------------+-------------------------------
Changes (by Roger James <roger@…>):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"5575f4f6a7bd9fc12677f2c1ac6d67685f3c557c/mythtv"
 5575f4f6a7/mythtv]:
 {{{
 #!CommitTicketReference repository="mythtv"
 revision="5575f4f6a7bd9fc12677f2c1ac6d67685f3c557c"
 Hz/kHz confusion in SatelliteDeliverySystemDescriptor

 In SatelliteDeliverySystemDescriptor the function FrequencyHz
 did return the frequency in kHz. This is, although misleading,
 not a real bug because almost everwhere the value was correctly
 interpreted as a frequency in kHz, as is standard for all
 frequencies in the context of satellites.
 Only in the channel scanner, where the NIT table is parsed
 for additional transports, the result of FrequencyHz was
 divided by 1000 and this resulted in a value in MHz.
 Contrary to what the title of ticket #13058 suggests,
 this did not prevent finding and scanning new multiplexes.
 The code uses the frequency value to search for an existing
 multiplex and if it cannot find it then a new multiplex is created.

 Fixes #13058

 Signed-off-by: Klaas de Waal <kdewaal at mythtv.org>
 }}}

-- 
Ticket URL: <https://code.mythtv.org/trac/ticket/13058#comment:6>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list