summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include/AwesomePlayer.h
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2011-02-14 14:14:23 -0800
committerAndreas Huber <andih@google.com>2011-02-14 14:14:23 -0800
commitf1958f9442bc937e1f8c8d9175901500b944b021 (patch)
tree38afd720c953a64aa9d547ea6a37613da5098a17 /media/libstagefright/include/AwesomePlayer.h
parent126ea73dd1919c8a176019c50b1ca96035aef45b (diff)
downloadframeworks_av-f1958f9442bc937e1f8c8d9175901500b944b021.zip
frameworks_av-f1958f9442bc937e1f8c8d9175901500b944b021.tar.gz
frameworks_av-f1958f9442bc937e1f8c8d9175901500b944b021.tar.bz2
Enable cancelling the rtsp connection process early.
Change-Id: Ie2059c54541ad8c675944d71b39c772b0f6f04c8 related-to-bug: 3452699
Diffstat (limited to 'media/libstagefright/include/AwesomePlayer.h')
-rw-r--r--media/libstagefright/include/AwesomePlayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/libstagefright/include/AwesomePlayer.h b/media/libstagefright/include/AwesomePlayer.h
index 797e5ca..98b8c05 100644
--- a/media/libstagefright/include/AwesomePlayer.h
+++ b/media/libstagefright/include/AwesomePlayer.h
@@ -205,6 +205,7 @@ private:
sp<ALooper> mLooper;
sp<ARTSPController> mRTSPController;
+ sp<ARTSPController> mConnectingRTSPController;
sp<LiveSession> mLiveSession;