Merge change 7150

* changes:
  Ignore pause and seek for live streaming.
This commit is contained in:
Android (Google) Code Review
2009-07-15 13:40:32 -07:00

View File

@ -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;