libcamera: pipeline_handler: Fix typo in documentation
There's no CameraConfiguration::valid(), the correct function is CameraConfiguration::validate(). Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Sebastian Fricke <sebastian.fricke@posteo.net>
This commit is contained in:
@@ -304,8 +304,8 @@ const ControlList &PipelineHandler::properties(const Camera *camera) const
|
||||
* application.
|
||||
*
|
||||
* The configuration is guaranteed to have been validated with
|
||||
* CameraConfiguration::valid(). The pipeline handler implementation shall not
|
||||
* perform further validation and may rely on any custom field stored in its
|
||||
* CameraConfiguration::validate(). The pipeline handler implementation shall
|
||||
* not perform further validation and may rely on any custom field stored in its
|
||||
* custom CameraConfiguration derived class.
|
||||
*
|
||||
* When configuring the camera the pipeline handler shall associate a Stream
|
||||
|
||||
Reference in New Issue
Block a user