summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/omx
diff options
context:
space:
mode:
authorChih-Chung Chang <chihchung@google.com>2011-08-21 19:19:01 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-08-21 19:19:01 -0700
commit2edd41583bb8c2b90c332980e0d1c34ae9ede34e (patch)
tree1544d712897a8b92a00cefa92249251816deda4b /media/libstagefright/omx
parent759f2893897c7b7a4822923d8d8ac13eec712b26 (diff)
parent2e17686223bad35101c23083dc79f1d12f3ff429 (diff)
downloadframeworks_av-2edd41583bb8c2b90c332980e0d1c34ae9ede34e.zip
frameworks_av-2edd41583bb8c2b90c332980e0d1c34ae9ede34e.tar.gz
frameworks_av-2edd41583bb8c2b90c332980e0d1c34ae9ede34e.tar.bz2
Merge "Remove useAndroidNativeBuffer(2) warning message."
Diffstat (limited to 'media/libstagefright/omx')
-rw-r--r--media/libstagefright/omx/OMXNodeInstance.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/media/libstagefright/omx/OMXNodeInstance.cpp b/media/libstagefright/omx/OMXNodeInstance.cpp
index e615d93..b612f89 100644
--- a/media/libstagefright/omx/OMXNodeInstance.cpp
+++ b/media/libstagefright/omx/OMXNodeInstance.cpp
@@ -474,9 +474,6 @@ status_t OMXNodeInstance::useGraphicBuffer(
return useGraphicBuffer2_l(portIndex, graphicBuffer, buffer);
}
- LOGW("Falling back to the deprecated useAndroidNativeBuffer support. You "
- "should switch to the useAndroidNativeBuffer2 extension.");
-
OMX_ERRORTYPE err = OMX_GetExtensionIndex(
mHandle,
const_cast<OMX_STRING>("OMX.google.android.index.useAndroidNativeBuffer"),