fixed single pat entry workaround, add delayed "no pat entry" handling to fix some...
[enigma2.git] / lib / dvb / dvb.h
index 92771604f3fcaa1395731f6956c9619fc127a9c8..f612affb67c1ebe930a4c938e0845c44352c8072 100644 (file)
@@ -260,7 +260,7 @@ public:
        RESULT playFile(const char *file);
        void stopFile();
 
-       RESULT playSource(ePtr<iDataSource>& source, const char *priv=NULL);
+       RESULT playSource(ePtr<iTsSource>& source, const char *priv=NULL);
        void stopSource();
 
        void setCueSheet(eCueSheet *cuesheet);