diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-13 12:37:15 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-13 12:37:15 +0100 |
| commit | 94b346a792a343858948de8c6db1301592af5986 (patch) | |
| tree | 73aa46e5745d51ea7dace7d54e3065065db8d638 /lib/dvb/pmt.cpp | |
| parent | 807d980857651dacdba0abfc9a5e87fb473303cc (diff) | |
| download | enigma2-94b346a792a343858948de8c6db1301592af5986.tar.gz enigma2-94b346a792a343858948de8c6db1301592af5986.zip | |
add preStart event and use it to load the cutlist
Diffstat (limited to 'lib/dvb/pmt.cpp')
| -rw-r--r-- | lib/dvb/pmt.cpp | 3 |
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; |
