You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
However, OMX_SetConfig (OMX_IndexConfigTunneledPortStatus) needs to be supported also during port disable and port enable scenarios. This still needs to be
implemented.
The text was updated successfully, but these errors were encountered: