aboutsummaryrefslogtreecommitdiff
path: root/lib/base/filepush.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/base/filepush.h
parent8683394e33d39fb9d1b5e3726a5a1b5f9b1d3e2c (diff)
parent453fc1c6f82fa3b6ae983059eb55ad822860a5eb (diff)
downloadenigma2-d6b8ff865af5c59b109c7e6ede3868db11e46f7d.tar.gz
enigma2-d6b8ff865af5c59b109c7e6ede3868db11e46f7d.zip
Merge branch 'bug_615_replace_rawfile' into experimental
Diffstat (limited to 'lib/base/filepush.h')
-rw-r--r--lib/base/filepush.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/base/filepush.h b/lib/base/filepush.h
index eb8e7924..a4457f67 100644
--- a/lib/base/filepush.h
+++ b/lib/base/filepush.h
@@ -25,7 +25,7 @@ public:
void start(int sourcefd, int destfd);
int start(const char *filename, int destfd);
- void start(ePtr<iDataSource> &source, int destfd);
+ void start(ePtr<iTsSource> &source, int destfd);
void pause();
void resume();
@@ -60,7 +60,7 @@ private:
int m_blocksize;
off_t m_current_position;
- ePtr<iDataSource> m_source;
+ ePtr<iTsSource> m_source;
eFixedMessagePump<int> m_messagepump;