summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/omx/OMXNodeInstance.cpp
diff options
context:
space:
mode:
authorChih-Chung Chang <chihchung@google.com>2011-08-18 16:56:36 +0800
committerChih-Chung Chang <chihchung@google.com>2011-08-18 16:56:36 +0800
commit2e17686223bad35101c23083dc79f1d12f3ff429 (patch)
treef9a1a452a328263c81eb0f25739378d1aee9bb24 /media/libstagefright/omx/OMXNodeInstance.cpp
parenta17b835f5b0bf42f4855fe57aef42799f28f3915 (diff)
downloadframeworks_av-2e17686223bad35101c23083dc79f1d12f3ff429.zip
frameworks_av-2e17686223bad35101c23083dc79f1d12f3ff429.tar.gz
frameworks_av-2e17686223bad35101c23083dc79f1d12f3ff429.tar.bz2
Remove useAndroidNativeBuffer(2) warning message.
Change-Id: I3e9765e7271d80fda302e521501720bf8c13e5c7
Diffstat (limited to 'media/libstagefright/omx/OMXNodeInstance.cpp')
-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 12ab941..d7467d5 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"),