summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorAndy McFadden <fadden@android.com>2013-07-25 14:27:30 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-07-25 14:27:31 +0000
commitfc5ea08326b510c6f82f71845d95a8758a6ab698 (patch)
tree8bb69514161b3443bdde0b0d849c1d4b6c51a0c6 /media
parent39a60318dcd78b2cb406d2c7dba57cbe9c99c3e7 (diff)
parent92cb8f928dc9e237c356c942d10b5c0c1e04b2ae (diff)
downloadframeworks_av-fc5ea08326b510c6f82f71845d95a8758a6ab698.zip
frameworks_av-fc5ea08326b510c6f82f71845d95a8758a6ab698.tar.gz
frameworks_av-fc5ea08326b510c6f82f71845d95a8758a6ab698.tar.bz2
Merge "Update error message"
Diffstat (limited to 'media')
-rw-r--r--media/libstagefright/omx/OMXNodeInstance.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/media/libstagefright/omx/OMXNodeInstance.cpp b/media/libstagefright/omx/OMXNodeInstance.cpp
index 61a866f..525e18d 100644
--- a/media/libstagefright/omx/OMXNodeInstance.cpp
+++ b/media/libstagefright/omx/OMXNodeInstance.cpp
@@ -596,7 +596,8 @@ status_t OMXNodeInstance::createInputSurface(
CHECK(oerr == OMX_ErrorNone);
if (def.format.video.eColorFormat != OMX_COLOR_FormatAndroidOpaque) {
- ALOGE("createInputSurface requires AndroidOpaque color format");
+ ALOGE("createInputSurface requires COLOR_FormatSurface "
+ "(AndroidOpaque) color format");
return INVALID_OPERATION;
}