summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include/AwesomePlayer.h
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2010-10-08 15:21:08 -0700
committerAndreas Huber <andih@google.com>2010-10-08 15:25:19 -0700
commit0dcd837af4169bdb6fb2a0c384722dc4f57433c6 (patch)
tree44e53d1d603e1d52315add06cc998c2e9fbecc7b /media/libstagefright/include/AwesomePlayer.h
parentc68a48c474f609df3eeb7d9738675d6ac8835e0a (diff)
downloadframeworks_av-0dcd837af4169bdb6fb2a0c384722dc4f57433c6.zip
frameworks_av-0dcd837af4169bdb6fb2a0c384722dc4f57433c6.tar.gz
frameworks_av-0dcd837af4169bdb6fb2a0c384722dc4f57433c6.tar.bz2
RTSP seeking is now asynchronous, MediaPlayer is not notified that the seek is complete until it actually is. Ignore seek requests on live streams.
Change-Id: Ie61230cd60dd6c682baf72529100369ad6291189 related-to-bug: 3073955
Diffstat (limited to 'media/libstagefright/include/AwesomePlayer.h')
-rw-r--r--media/libstagefright/include/AwesomePlayer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/media/libstagefright/include/AwesomePlayer.h b/media/libstagefright/include/AwesomePlayer.h
index bbf482d..079adca 100644
--- a/media/libstagefright/include/AwesomePlayer.h
+++ b/media/libstagefright/include/AwesomePlayer.h
@@ -251,6 +251,9 @@ private:
static bool ContinuePreparation(void *cookie);
+ static void OnRTSPSeekDoneWrapper(void *cookie);
+ void onRTSPSeekDone();
+
AwesomePlayer(const AwesomePlayer &);
AwesomePlayer &operator=(const AwesomePlayer &);
};