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:
Laurent Pinchart
2021-04-13 21:11:27 +03:00
parent e51926f07b
commit 304ea65551

View File

@@ -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