Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8598e575 authored by Chih-Chung Chang's avatar Chih-Chung Chang Committed by Android (Google) Code Review
Browse files

Merge "Remove useAndroidNativeBuffer(2) warning message."

parents 69314e72 b6769fc2
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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"),