From 3fc0189e209738f3119fbce62221aa2cc6afc8f2 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Mon, 29 Apr 2019 20:41:46 +0300 Subject: libcamera: pipeline: Unify naming of configurations in pipeline handlers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Name all instances of CameraConfiguration "config", and all instances of StreamConfiguration "cfg" accross all pipeline handlers. Signed-off-by: Laurent Pinchart Reviewed-by: Niklas Söderlund --- src/libcamera/pipeline_handler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libcamera/pipeline_handler.cpp') diff --git a/src/libcamera/pipeline_handler.cpp b/src/libcamera/pipeline_handler.cpp index 345abca8..4ecd6c49 100644 --- a/src/libcamera/pipeline_handler.cpp +++ b/src/libcamera/pipeline_handler.cpp @@ -175,7 +175,7 @@ PipelineHandler::~PipelineHandler() * \param[in] config The camera configurations to setup * * Configure the specified group of streams for \a camera according to the - * configuration specified in \a configs. The intended caller of this interface + * configuration specified in \a config. The intended caller of this interface * is the Camera class which will receive configuration to apply from the * application. * -- cgit v1.2.1