libcamera: ipa_manager: Fix typo in description
The class IPAManager has no method ipaCreate, but the method createIPA. s/pipeline handlers call the IPAManager::ipaCreate() /pipeline handlers call the IPAManager::createIPA() Signed-off-by: Sebastian Fricke <sebastian.fricke.linux@gmail.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
b053384ffa
commit
58d487b10e
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ LOG_DEFINE_CATEGORY(IPAManager)
|
|||
* The isolation mechanism ensures that no code from a closed-source module is
|
||||
* ever run in the libcamera process.
|
||||
*
|
||||
* To create an IPA context, pipeline handlers call the IPAManager::ipaCreate()
|
||||
* To create an IPA context, pipeline handlers call the IPAManager::createIPA()
|
||||
* method. For a directly loaded module, the manager calls the module's
|
||||
* ipaCreate() function directly and wraps the returned context in an
|
||||
* IPAContextWrapper that exposes an IPAInterface.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue