diff options
| author | 2009-07-15 13:40:32 -0700 | |
|---|---|---|
| committer | 2009-07-15 13:40:32 -0700 | |
| commit | 201e3abd3beee68cee7633c099c46fcf81ec802e (patch) | |
| tree | eb7cd7252995ef5bb962bd60649f0d418d994ef8 | |
| parent | 0a305da8ee937584b769d2cfac82fccf5786beb8 (diff) | |
| parent | b3dfca197c63a7ed5434a0b126c9d3b30ae9682b (diff) | |
Merge change 7150
* changes:
Ignore pause and seek for live streaming.
| -rw-r--r-- | include/media/PVPlayer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/PVPlayer.h b/include/media/PVPlayer.h index eb4595ba156a..d8a677fb8edb 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; |