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

OMX_SetConfig (OMX_IndexConfigTunneledPortStatus) during port enable and disable #2

Open
juanrubio opened this issue Apr 2, 2013 · 0 comments
Assignees

Comments

@juanrubio
Copy link
Member

Currently, support for OMX_SetConfig (OMX_IndexConfigTunneledPortStatus) (a.k.a. IL 1.2 solution for avoidance of state machine race conditions during tunnelling) is implemented for all the usual state transitions where this is required, that is:

    • OMX_StateLoaded -> OMX_StateIdle
    • OMX_StateIdle-> OMX_StateExecuting
    • OMX_StateExecuting -> OMX_StateIdle

However, OMX_SetConfig (OMX_IndexConfigTunneledPortStatus) needs to be supported also during port disable and port enable scenarios. This still needs to be
implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant