From 2e17686223bad35101c23083dc79f1d12f3ff429 Mon Sep 17 00:00:00 2001 From: Chih-Chung Chang Date: Thu, 18 Aug 2011 16:56:36 +0800 Subject: Remove useAndroidNativeBuffer(2) warning message. Change-Id: I3e9765e7271d80fda302e521501720bf8c13e5c7 --- media/libstagefright/omx/OMXNodeInstance.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'media') 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.google.android.index.useAndroidNativeBuffer"), -- cgit v1.1