summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRavi K Yenduri <yenduri@pv.com>2009-06-04 15:46:53 -0500
committerNicolas Catania <niko@google.com>2009-07-14 13:55:54 -0700
commit7b115569a3816783bfa7f980e2208a6f9d96daa1 (patch)
tree051ab5d0a181002fa24fe61224397b32295d9658 /include
parent2b50fba2b143c2e0597c941d67bea1b8e80c9caf (diff)
downloadframeworks_av-7b115569a3816783bfa7f980e2208a6f9d96daa1.zip
frameworks_av-7b115569a3816783bfa7f980e2208a6f9d96daa1.tar.gz
frameworks_av-7b115569a3816783bfa7f980e2208a6f9d96daa1.tar.bz2
Ignore pause and seek for live streaming.
Diffstat (limited to 'include')
-rw-r--r--include/media/PVPlayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/PVPlayer.h b/include/media/PVPlayer.h
index eb4595b..d8a677f 100644
--- a/include/media/PVPlayer.h
+++ b/include/media/PVPlayer.h
@@ -63,6 +63,7 @@ private:
static void run_set_video_surface(status_t s, void *cookie, bool cancelled);
static void run_set_audio_output(status_t s, void *cookie, bool cancelled);
static void run_prepare(status_t s, void *cookie, bool cancelled);
+ static void check_for_live_streaming(status_t s, void *cookie, bool cancelled);
PlayerDriver* mPlayerDriver;
char * mDataSourcePath;