add dvb time handling with transponder time correction algo.. this use a rtc, when...
[enigma2.git] / lib / dvb / esection.cpp
index 6f634ae1246adf846b97f13cb4ce43e66fceafab..a80168b596e63a477f2a6b454aa6d95acad14226 100644 (file)
@@ -22,8 +22,7 @@ void eGTable::sectionRead(const __u8 *d)
 
 void eGTable::timeout()
 {
-       printf("timeout!\n");
-//     eDebug("timeout!");
+       eDebug("timeout!");
        m_reader->stop();
        ready = 1;
        error = -1;
@@ -58,7 +57,7 @@ RESULT eGTable::start(iDVBSectionReader *reader, const eDVBTableSpec &table)
        if (m_table.flags & eDVBTableSpec::tfHaveTID)
        {
                mask.data[0] = m_table.tid;
-               mask.mask[0] = 0xFF;
+               mask.mask[0] = mask.pid == 0x14 ? 0xFC : 0xFF;
        }
        
        if (m_table.flags & eDVBTableSpec::tfHaveTIDExt)