[mythtv-commits] Ticket #3640: mythtv-setup stores incorrect transport frequencies (DVB-C)

MythTV mythtv at cvs.mythtv.org
Tue Jun 19 23:48:27 UTC 2007


#3640: mythtv-setup stores incorrect transport frequencies (DVB-C)
-------------------------+--------------------------------------------------
 Reporter:  anonymous    |        Owner:  janne   
     Type:  defect       |       Status:  reopened
 Priority:  minor        |    Milestone:  0.21    
Component:  channelscan  |      Version:  head    
 Severity:  low          |   Resolution:          
  Mlocked:  0            |  
-------------------------+--------------------------------------------------

Comment(by anonymous):

 Problem lies somewhere in the NIT transport scanner.  Adding the code
 below from DVB-T improves things considerably though it still gets a few
 wrong.

         // Use the frequency we already have for this mplex
         // as it may be one of the other_frequencies for this mplex
         uint mux = ChannelUtil::GetMplexID(sourceid, tsid, netid);
         if (mux > 0)
         {
             QString dummy_mod;
             QString dummy_sistd;
             uint dummy_tsid, dummy_netid;
             ChannelUtil::GetTuningParams(mux, dummy_mod, freq,
                                          dummy_tsid, dummy_netid,
 dummy_sistd);
         }

 I suspect this would help the DVB-S case too.  Any reason why it is only
 currently used for DVB-T?

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3640#comment:20>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list