aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicedvb.h
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-11-24 16:11:20 +0100
committerghost <andreas.monzner@multimedia-labs.de>2010-11-24 16:11:20 +0100
commitd6b8ff865af5c59b109c7e6ede3868db11e46f7d (patch)
treeeeb251a23425541a1f790da757891741addcbec8 /lib/service/servicedvb.h
parent8683394e33d39fb9d1b5e3726a5a1b5f9b1d3e2c (diff)
parent453fc1c6f82fa3b6ae983059eb55ad822860a5eb (diff)
downloadenigma2-d6b8ff865af5c59b109c7e6ede3868db11e46f7d.tar.gz
enigma2-d6b8ff865af5c59b109c7e6ede3868db11e46f7d.zip
Merge branch 'bug_615_replace_rawfile' into experimental
Diffstat (limited to 'lib/service/servicedvb.h')
-rw-r--r--lib/service/servicedvb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/service/servicedvb.h b/lib/service/servicedvb.h
index 23675bf6..3efc259d 100644
--- a/lib/service/servicedvb.h
+++ b/lib/service/servicedvb.h
@@ -290,7 +290,7 @@ protected:
ePtr<eConnection> m_video_event_connection;
void video_event(struct iTSMPEGDecoder::videoEvent);
- virtual ePtr<iDataSource> createDataSource(eServiceReferenceDVB &ref);
+ virtual ePtr<iTsSource> createTsSource(eServiceReferenceDVB &ref);
};
class eStaticServiceDVBBouquetInformation: public iStaticServiceInformation