[mythtv-commits] Ticket #9278: new DVB-T in Poland: SDT seen but not good

MythTV noreply at mythtv.org
Fri Jun 10 21:49:08 UTC 2011


#9278: new DVB-T in Poland: SDT seen but not good
-----------------------------------+----------------------------
 Reporter:  warped <warpme@…>      |          Owner:  janne
     Type:  Bug Report             |         Status:  infoneeded
 Priority:  minor                  |      Milestone:  unknown
Component:  MythTV - DVB           |        Version:  0.24-fixes
 Severity:  medium                 |     Resolution:
 Keywords:                         |  Ticket locked:  0
-----------------------------------+----------------------------
Changes (by robertm):

 * status:  assigned => infoneeded


Comment:

 Warped, I think I am starting to see the issue here.  Please apply this
 patch and give me another set of logs.

 {{{
 diff --git a/mythtv/libs/libmythtv/dtvsignalmonitor.cpp
 b/mythtv/libs/libmythtv/dtvsignalmonitor.cpp
 index 552d4d1..55e1c91 100644
 --- a/mythtv/libs/libmythtv/dtvsignalmonitor.cpp
 +++ b/mythtv/libs/libmythtv/dtvsignalmonitor.cpp
 @@ -454,6 +454,9 @@ void DTVSignalMonitor::HandleSDT(uint, const
 ServiceDescriptionTable *sdt)
      detectedNetworkID = sdt->OriginalNetworkID();
      detectedTransportID = sdt->TSID();

 +    DBG_SM("HandleSDT()", QString("networkID = %1 orig_net_id = %2
 transportID = %3 orig_transport_id = %4")
 +
 .arg(networkID).arg(sdt->OriginalNetworkID()).arg(transportID).arg(sdt->TSID()));
 +
      if (sdt->OriginalNetworkID() != networkID || sdt->TSID() !=
 transportID)
      {
          GetDVBStreamData()->SetVersionSDT(sdt->TSID(), -1, 0);

 }}}

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9278#comment:19>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list