summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRavi K Yenduri <yenduri@pv.com>2009-06-04 15:46:53 -0500
committerRavi K Yenduri <yenduri@pv.com>2009-06-04 15:46:53 -0500
commit0db8bef9542ddc8589219cfe891490b40ad3efcc (patch)
tree3a29cac5884663027307a28e736157d718aa5c2b
parent9b90fd4fa11eb32403f99c60d23abe4d9c5bf8d5 (diff)
downloadframeworks_base-0db8bef9542ddc8589219cfe891490b40ad3efcc.zip
frameworks_base-0db8bef9542ddc8589219cfe891490b40ad3efcc.tar.gz
frameworks_base-0db8bef9542ddc8589219cfe891490b40ad3efcc.tar.bz2
Ignore pause and seek for live streaming.
-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 8122df6..de7a041 100644
--- a/include/media/PVPlayer.h
+++ b/include/media/PVPlayer.h
@@ -62,6 +62,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;