rename iDataSource to iTsSource (no functional change)
[vuplus_dvbapp] / lib / dvb / dvb.h
index 9277160..f612aff 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);