aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/pmt.cpp
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-06-30 14:52:13 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-06-30 14:52:13 +0000
commita33ff213255db7f59090f70235ec06c502e2a2ce (patch)
treec8d42ff6b5002bd0f4575a20ce3c294b08c7139d /lib/dvb/pmt.cpp
parent62b8a649fcae500c983215fac2e5202916c0195f (diff)
downloadenigma2-a33ff213255db7f59090f70235ec06c502e2a2ce.tar.gz
enigma2-a33ff213255db7f59090f70235ec06c502e2a2ce.zip
add dvb time handling with transponder time correction algo.. this use a rtc, when avail, mainloop changes for set linux time
Diffstat (limited to 'lib/dvb/pmt.cpp')
-rw-r--r--lib/dvb/pmt.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/dvb/pmt.cpp b/lib/dvb/pmt.cpp
index 3f9ac7f7..c1ac5dd8 100644
--- a/lib/dvb/pmt.cpp
+++ b/lib/dvb/pmt.cpp
@@ -27,8 +27,11 @@ void eDVBServicePMTHandler::channelStateChanged(iDVBChannel *channel)
serviceEvent(eventTuned);
if (m_demux)
- {
+ {
eDebug("ok ... now we start!!");
+
+ /* emit */ m_resourceManager->m_channelRunning(channel);
+
m_PAT.begin(eApp, eDVBPATSpec(), m_demux);
}
}