aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/pmt.cpp
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-12-13 12:37:15 +0100
committerghost <andreas.monzner@multimedia-labs.de>2009-12-17 15:23:07 +0100
commit7373f39fe2ebe1b5007ed56ddd86d9ce0ad3efb7 (patch)
treee64875eaa03796a83afb5244c935bda67ce46e1f /lib/dvb/pmt.cpp
parentd9d9b21f1b6dae099a07cb50e7fcbbb4a4d3f2ee (diff)
downloadenigma2-7373f39fe2ebe1b5007ed56ddd86d9ce0ad3efb7.tar.gz
enigma2-7373f39fe2ebe1b5007ed56ddd86d9ce0ad3efb7.zip
add preStart event and use it to load the cutlist
Diffstat (limited to 'lib/dvb/pmt.cpp')
-rw-r--r--lib/dvb/pmt.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/dvb/pmt.cpp b/lib/dvb/pmt.cpp
index 9bd065b3..ee89a3a4 100644
--- a/lib/dvb/pmt.cpp
+++ b/lib/dvb/pmt.cpp
@@ -75,6 +75,9 @@ void eDVBServicePMTHandler::channelEvent(iDVBChannel *channel, int event)
{
switch (event)
{
+ case iDVBChannel::evtPreStart:
+ serviceEvent(eventPreStart);
+ break;
case iDVBChannel::evtEOF:
serviceEvent(eventEOF);
break;