summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice/TestPlayerStub.h
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2010-11-16 13:05:53 -0800
committerAndreas Huber <andih@google.com>2010-11-16 13:05:53 -0800
commit0a5ca668c6f7d45706e9aec4a1dfec0aacc6d233 (patch)
treed9a1933cf2af87ad563e9220818c8d752b3a0379 /media/libmediaplayerservice/TestPlayerStub.h
parent6f9f029f7fc625bb2a1b448ad30a80a6a6a73b20 (diff)
downloadframeworks_av-0a5ca668c6f7d45706e9aec4a1dfec0aacc6d233.zip
frameworks_av-0a5ca668c6f7d45706e9aec4a1dfec0aacc6d233.tar.gz
frameworks_av-0a5ca668c6f7d45706e9aec4a1dfec0aacc6d233.tar.bz2
Remove all traces of legacy renderer support in stagefright.
Change-Id: I17b8e0dbf53fca37c96830c41131b4bc0c24ca6d
Diffstat (limited to 'media/libmediaplayerservice/TestPlayerStub.h')
-rw-r--r--media/libmediaplayerservice/TestPlayerStub.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/media/libmediaplayerservice/TestPlayerStub.h b/media/libmediaplayerservice/TestPlayerStub.h
index 5eaf592..6abd8e3 100644
--- a/media/libmediaplayerservice/TestPlayerStub.h
+++ b/media/libmediaplayerservice/TestPlayerStub.h
@@ -75,9 +75,6 @@ class TestPlayerStub : public MediaPlayerInterface {
// All the methods below wrap the mPlayer instance.
- virtual status_t setVideoISurface(const android::sp<android::ISurface>& s) {
- return mPlayer->setVideoISurface(s);
- }
virtual status_t setVideoSurface(const android::sp<android::Surface>& s) {
return mPlayer->setVideoSurface(s);
}