OSDN Git Service

RTSP seeking is now asynchronous, MediaPlayer is not notified that the seek is comple...
authorAndreas Huber <andih@google.com>
Fri, 8 Oct 2010 22:21:08 +0000 (15:21 -0700)
committerAndreas Huber <andih@google.com>
Fri, 8 Oct 2010 22:25:19 +0000 (15:25 -0700)
commit0dcd837af4169bdb6fb2a0c384722dc4f57433c6
tree44e53d1d603e1d52315add06cc998c2e9fbecc7b
parentc68a48c474f609df3eeb7d9738675d6ac8835e0a
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
media/libstagefright/AwesomePlayer.cpp
media/libstagefright/include/ARTSPController.h
media/libstagefright/include/AwesomePlayer.h
media/libstagefright/rtsp/ARTSPController.cpp
media/libstagefright/rtsp/MyHandler.h