- add dvb resource management
[enigma2.git] / lib / dvb / pmt.cpp
index 4ab551f1d95ce3fdb59a086025db1efa2961c38d..8c4388a4452a0f02d262ac35f4f9b674534b269d 100644 (file)
@@ -1,3 +1,4 @@
+#include <lib/base/eerror.h>
 #include <lib/dvb/pmt.h>
 #include <lib/dvb/specs.h>
 #include <lib/dvb/dvb.h>
@@ -23,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!!");