I have no source code of android platform,
I use the OpenMax IL directly, some error is reported when i do (disable the port):
OMX_SendCommand (comp->handle, OMX_CommandPortDisable,
port->index, NULL);
if (err != OMX_ErrorNone) {
GST_ERROR_OBJECT (comp->parent,
"Failed to send enable/disable command to %s port %u: %s (0x%08x)",
comp->name, port->index, gst_omx_error_to_string (err), err);
goto done;
the error is "OMX_ErrorNotReady", what's something wrong about for this error about for VPU ?