From a33ff213255db7f59090f70235ec06c502e2a2ce Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Thu, 30 Jun 2005 14:52:13 +0000 Subject: add dvb time handling with transponder time correction algo.. this use a rtc, when avail, mainloop changes for set linux time --- lib/dvb/pmt.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/dvb/pmt.cpp') 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); } } -- cgit v1.2.3