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

Add API for notification of SetConfig(OMX_IndexConfig..) events to processor implementations #1

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

Comments

@juanrubio
Copy link
Member

Currently, when SetConfig is called on a component, the processor servant is not notified and hence, no action will be taken.

The processor base class ( tizproc.h / tizproz_decls.h / tizproc.c ) needs to be updated so that a new callback method exists for reception of SetConfig events. The kernel servant needs to be modified in order to do the forwarding of the SetConfig event to the processor.

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