From patchwork Fri Jan 25 17:03:55 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 387 Return-Path: Received: from relay12.mail.gandi.net (relay12.mail.gandi.net [217.70.178.232]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 851E560C65 for ; Fri, 25 Jan 2019 18:03:52 +0100 (CET) Received: from uno.lan (2-224-242-101.ip172.fastwebnet.it [2.224.242.101]) (Authenticated sender: jacopo@jmondi.org) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 036E7200004; Fri, 25 Jan 2019 17:03:51 +0000 (UTC) From: Jacopo Mondi To: libcamera-devel@lists.libcamera.org Date: Fri, 25 Jan 2019 18:03:55 +0100 Message-Id: <20190125170400.24821-1-jacopo@jmondi.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/5] libcamera: camera data: Address review comments X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2019 17:03:52 -0000 Address review comments with follow up patches. Jacopo Mondi (5): libcamera: pipeline: Fix operator= declaration libcamera: pipeline: Remove duplicated include libcamera: pipeline: Rework class destructor libcamera: pipeline: Misc comments update libcamera: pipeline: Refuse to substitute camera data src/libcamera/include/pipeline_handler.h | 4 +- src/libcamera/pipeline_handler.cpp | 47 +++++++++++------------- 2 files changed, 24 insertions(+), 27 deletions(-) Reviewed-by: Laurent Pinchart --- 2.20.1