From patchwork Thu Apr 27 20:45:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Barnab=C3=A1s_P=C5=91cze?= X-Patchwork-Id: 18573 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id B2A95C0DA4 for ; Thu, 27 Apr 2023 20:45:24 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id EC9F8627DF; Thu, 27 Apr 2023 22:45:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1682628324; bh=hE/kJeXv+wsM+fCOarkY/LiNiMFH4ka53vuVws4MJMQ=; h=Date:To:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=jK1QDjUqnW/6C9yNsQGkfalND7nfbK38AFZleQ5qZX0TyC5xmo0K/12CmbaUtt4/p ZHpeYB8jJJb6XyDcfLe/FVTt2R71QjASdda3Nswu7d/zO9P0mH6dlPcxsJ+qK49uR2 EuSzFdIKFJ+m8m6J9wjdKUWwcAhJfAYEGaCprenlB1r3JAm7OR8/DFzhqN0X8M/5IZ 1wcmU0aDiRPPJPp7GbMPso5zUB8H9xqyCchjkfMHk5kFQ8K3Gi5xn2xsY7mjqW5/aN Obu8S6tZLTv6Dt74trw9aJ3C6hg04pC12iIu++7SrlILFQtwZSo1suO0eJJ+WSSTQL SO9WxttFWVm8A== Received: from mail-40131.protonmail.ch (mail-40131.protonmail.ch [185.70.40.131]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id F1748627B7 for ; Thu, 27 Apr 2023 22:45:21 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (2048-bit key; unprotected) header.d=protonmail.com header.i=@protonmail.com header.b="IfZM2eYh"; dkim-atps=neutral Date: Thu, 27 Apr 2023 20:45:15 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1682628321; x=1682887521; bh=hE/kJeXv+wsM+fCOarkY/LiNiMFH4ka53vuVws4MJMQ=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=IfZM2eYh0yo0qHl6T2krCwfFSyMsveKZXxvnmvrxpnD7AkU4Th9rTuJEFoFFbk9ul pOeVYvSFF2NiepsPLKFiHZXqe9OpT3L5YFuX6o7FbLsjcv3hIdRuhaq9dvTw1s6xPh PuHeRR+Wq0y1RD2D9AHkdfhAo0JQgtDtZGdDYkRceikani2bRjI0fBUz4mtk7h3jcs z/eDFS1cprAVjWSHOM9DFwEM6ZSdj6LyBxIqKF8wekFwFEnTns/Qq+JKrUBUW6RUCy fi5xxpBWZ+IAfB6x8+70JEIZdIrOntq/bWLGOUqcftz1nHgRxhJFxJm9B8gb5Cxd8F edcAPqeqwnIvQ== To: libcamera-devel@lists.libcamera.org Message-ID: <20230427201254.322586-1-pobrn@protonmail.com> Feedback-ID: 20568564:user:proton MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v1] Documentation: guides: pipeline-handler: Fix spelling error X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: =?utf-8?q?Barnab=C3=A1s_P=C5=91cze_via_libcamera-devel?= From: =?utf-8?q?Barnab=C3=A1s_P=C5=91cze?= Reply-To: =?utf-8?q?Barnab=C3=A1s_P=C5=91cze?= Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Both {Camera,PipelineHandler}::generateConfiguration() take a list of `StreamRole` objects, and not a list of `StreamRoles` objects. Signed-off-by: Barnabás Pőcze Reviewed-by: Laurent Pinchart Reviewed-by: Umang Jain --- Documentation/guides/pipeline-handler.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.40.1 diff --git a/Documentation/guides/pipeline-handler.rst b/Documentation/guides/pipeline-handler.rst index 7ac6e60c..e08bb72f 100644 --- a/Documentation/guides/pipeline-handler.rst +++ b/Documentation/guides/pipeline-handler.rst @@ -729,7 +729,7 @@ function. .. _Camera::generateConfiguration(): https://libcamera.org/api-html/classlibcamera_1_1Camera.html#a25c80eb7fc9b1cf32692ce0c7f09991d .. _PipelineHandler::generateConfiguration(): https://libcamera.org/api-html/classlibcamera_1_1PipelineHandler.html#a7932e87735695500ce1f8c7ae449b65b -Configurations are generated by receiving a list of ``StreamRoles`` instances, +Configurations are generated by receiving a list of ``StreamRole`` instances, which libcamera uses as predefined ways an application intends to use a camera (You can read the full list in the `StreamRole API`_ documentation). These are optional hints on how an application intends to use a stream, and a pipeline