From e677ac4a7bf81391877c909a703e5918ce4a511b Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Sun, 13 Feb 2005 00:09:19 +0000 Subject: - started work on EIT - added "pcore", the navigation core for python --- lib/dvb/pmt.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/dvb/pmt.cpp') diff --git a/lib/dvb/pmt.cpp b/lib/dvb/pmt.cpp index 292012e1..8c4388a4 100644 --- a/lib/dvb/pmt.cpp +++ b/lib/dvb/pmt.cpp @@ -24,6 +24,8 @@ void eDVBServicePMTHandler::channelStateChanged(iDVBChannel *channel) if (m_channel->getDemux(m_demux)) eDebug("shit it failed.. again."); + serviceEvent(eventTuned); + if (m_demux) { eDebug("ok ... now we start!!"); -- cgit v1.2.3