diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-11-10 20:30:42 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-11-10 20:30:42 +0100 |
| commit | 8c55e2715c847f0dc5edd25af7ec3e4146592770 (patch) | |
| tree | 48d6bd1badef649002606b33cc93582ec19b3fc8 /lib/service/servicedvb.h | |
| parent | 961f33b8fa7a02154a5da9504ca0056990b424bd (diff) | |
| download | enigma2-8c55e2715c847f0dc5edd25af7ec3e4146592770.tar.gz enigma2-8c55e2715c847f0dc5edd25af7ec3e4146592770.zip | |
use newer eDVBServicePMTHandler::tuneExt call, add a virtual createDataSource function to make the code more re-usable
Diffstat (limited to 'lib/service/servicedvb.h')
| -rw-r--r-- | lib/service/servicedvb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/service/servicedvb.h b/lib/service/servicedvb.h index c49941b7..23675bf6 100644 --- a/lib/service/servicedvb.h +++ b/lib/service/servicedvb.h @@ -289,6 +289,8 @@ protected: ePtr<eConnection> m_video_event_connection; void video_event(struct iTSMPEGDecoder::videoEvent); + + virtual ePtr<iDataSource> createDataSource(eServiceReferenceDVB &ref); }; class eStaticServiceDVBBouquetInformation: public iStaticServiceInformation |
