Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libtizonia: a port that does not support OMX_UseEGLImage should return OMX_ErrorNotImplemented #345

Closed
juanrubio opened this issue Jun 29, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@juanrubio
Copy link
Member

juanrubio commented Jun 29, 2017

As suggested by @CapOM in Dev #344, a component needs to report OMX_ErrorNotImplemented when OMX_UseEGLImage is issued on a port that does not explicitely support this OpenMAX IL API.

The suggested approach is to use the tiz_eglimage_hook_t as a hint to libtizonia as to whether the port will support EGL images or not.

If the egl hook is not registered on a port, the call to OMX_UseEGLImage will return OMX_ErrorNotImplemented.

@juanrubio juanrubio added the bug label Jun 29, 2017
@juanrubio juanrubio added this to the v0.9.0 milestone Jun 29, 2017
@juanrubio juanrubio self-assigned this Jun 29, 2017
juanrubio added a commit that referenced this issue Aug 1, 2017
…should return OMX_ErrorNotImplemented (closes #345)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant