summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--WrsOMXPlugin.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/WrsOMXPlugin.cpp b/WrsOMXPlugin.cpp
index ee76ffe..7bc2e4a 100644
--- a/WrsOMXPlugin.cpp
+++ b/WrsOMXPlugin.cpp
@@ -139,6 +139,8 @@ OMX_ERRORTYPE WrsOMXPlugin::makeComponentInstance(
mComponents.push_back(comp);
return OMX_ErrorNone;
+ } else if(omx_res == OMX_ErrorInsufficientResources) {
+ return OMX_ErrorInsufficientResources;
}
}
}