summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-07-15 13:40:32 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-07-15 13:40:32 -0700
commit508a3b61c4bce835f721237ddd40922b61f069d7 (patch)
treefdd7da53ce34ec99aebf613ea4e029ea94ee63ca
parenta25f0fcebaa9fcb550ae2ccd5913085ae48b1018 (diff)
parent7b115569a3816783bfa7f980e2208a6f9d96daa1 (diff)
downloadframeworks_av-508a3b61c4bce835f721237ddd40922b61f069d7.zip
frameworks_av-508a3b61c4bce835f721237ddd40922b61f069d7.tar.gz
frameworks_av-508a3b61c4bce835f721237ddd40922b61f069d7.tar.bz2
Merge change 7150
* changes: 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 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;