summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Chih-Chung Chang <chihchung@google.com> 2011-08-21 19:19:01 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2011-08-21 19:19:01 -0700
commit8598e575985759e27bd2c653d26c42f9cc9855a5 (patch)
treea3f5519167c6558ca2630789feeff6ed9a139dca
parent69314e72941c86734c12476d1e61459811159b74 (diff)
parentb6769fc242b4a2ae76d0be29af440dcc47c7dd27 (diff)
Merge "Remove useAndroidNativeBuffer(2) warning message."
-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 e615d936f68a..b612f899100c 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"),