summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2012-04-30 11:44:47 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-04-30 11:44:47 -0700
commit0c0abd4ad26971b5fba94734137fe0bb1a590ab6 (patch)
treec1bc93a1c16884cdaf545074c1766fbb46d1a6f6 /media/libmediaplayerservice
parent8b71241ce7353731ab75322c46e090ee35014a33 (diff)
parent0b7c9a327f5d10b841a3aa2bbe103a2ca6dcac37 (diff)
downloadframeworks_av-0c0abd4ad26971b5fba94734137fe0bb1a590ab6.zip
frameworks_av-0c0abd4ad26971b5fba94734137fe0bb1a590ab6.tar.gz
frameworks_av-0c0abd4ad26971b5fba94734137fe0bb1a590ab6.tar.bz2
Merge "Notify the client about an initial size of (0, 0) instead of (320, 240)." into jb-dev
Diffstat (limited to 'media/libmediaplayerservice')
-rw-r--r--media/libmediaplayerservice/nuplayer/NuPlayerDriver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libmediaplayerservice/nuplayer/NuPlayerDriver.cpp b/media/libmediaplayerservice/nuplayer/NuPlayerDriver.cpp
index 253bc2f..441cbf3 100644
--- a/media/libmediaplayerservice/nuplayer/NuPlayerDriver.cpp
+++ b/media/libmediaplayerservice/nuplayer/NuPlayerDriver.cpp
@@ -103,7 +103,7 @@ status_t NuPlayerDriver::setVideoSurfaceTexture(
}
status_t NuPlayerDriver::prepare() {
- sendEvent(MEDIA_SET_VIDEO_SIZE, 320, 240);
+ sendEvent(MEDIA_SET_VIDEO_SIZE, 0, 0);
return OK;
}