aboutsummaryrefslogtreecommitdiff
path: root/core/src/wrs_omxcore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/wrs_omxcore.cpp')
-rw-r--r--core/src/wrs_omxcore.cpp18
1 files changed, 1 insertions, 17 deletions
diff --git a/core/src/wrs_omxcore.cpp b/core/src/wrs_omxcore.cpp
index cbf7a8b..412b7d4 100644
--- a/core/src/wrs_omxcore.cpp
+++ b/core/src/wrs_omxcore.cpp
@@ -186,7 +186,7 @@ OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_ComponentNameEnum(
strncpy(cComponentName, cname, nNameLength);
- LOGV("%s(): found %luth component %s", __FUNCTION__, nIndex, cname);
+ LOGV("%s(): found %u th component %s", __FUNCTION__, nIndex, cname);
return OMX_ErrorNone;
}
@@ -307,22 +307,6 @@ OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_FreeHandle(
return OMX_ErrorNone;
}
-OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_SetupTunnel(
- OMX_IN OMX_HANDLETYPE hOutput,
- OMX_IN OMX_U32 nPortOutput,
- OMX_IN OMX_HANDLETYPE hInput,
- OMX_IN OMX_U32 nPortInput)
-{
- return OMX_ErrorNotImplemented;
-}
-
-OMX_API OMX_ERRORTYPE OMX_GetContentPipe(
- OMX_OUT OMX_HANDLETYPE *hPipe,
- OMX_IN OMX_STRING szURI)
-{
- return OMX_ErrorNotImplemented;
-}
-
OMX_API OMX_ERRORTYPE OMX_GetComponentsOfRole (
OMX_IN OMX_STRING role,
OMX_INOUT OMX_U32 *pNumComps,