summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/httplive/PlaylistFetcher.h
diff options
context:
space:
mode:
authorRobert Shih <robertshih@google.com>2014-03-03 15:08:27 -0800
committerLajos Molnar <lajos@google.com>2014-03-11 14:01:32 -0700
commitceeabe15f4e7bc73efdfcafed917202de9d515cb (patch)
tree0a2f06f5ded1328650da00c74b9fa65b3e7b4ab4 /media/libstagefright/httplive/PlaylistFetcher.h
parentbc69c8ba9a8fc881603669205a56d0ca1b572a95 (diff)
downloadframeworks_av-ceeabe15f4e7bc73efdfcafed917202de9d515cb.zip
frameworks_av-ceeabe15f4e7bc73efdfcafed917202de9d515cb.tar.gz
frameworks_av-ceeabe15f4e7bc73efdfcafed917202de9d515cb.tar.bz2
httplive: clear access units before returning from seekTo.
Bug: 12060952 Change-Id: I6a69a718c082501003ee9b78a948a2f8bbfbb14e
Diffstat (limited to 'media/libstagefright/httplive/PlaylistFetcher.h')
-rw-r--r--media/libstagefright/httplive/PlaylistFetcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/media/libstagefright/httplive/PlaylistFetcher.h b/media/libstagefright/httplive/PlaylistFetcher.h
index 2e0349f..8404b8d 100644
--- a/media/libstagefright/httplive/PlaylistFetcher.h
+++ b/media/libstagefright/httplive/PlaylistFetcher.h
@@ -63,7 +63,7 @@ struct PlaylistFetcher : public AHandler {
void pauseAsync();
- void stopAsync();
+ void stopAsync(bool selfTriggered = false);
void resumeUntilAsync(const sp<AMessage> &params);
@@ -162,7 +162,7 @@ private:
status_t onStart(const sp<AMessage> &msg);
void onPause();
- void onStop();
+ void onStop(const sp<AMessage> &msg);
void onMonitorQueue();
void onDownloadNext();