From patchwork Fri Sep 18 15:20:18 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomi Valkeinen X-Patchwork-Id: 9670 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 D4DB3BF01C for ; Fri, 18 Sep 2020 15:21:02 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 7D20262FD2; Fri, 18 Sep 2020 17:21:02 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="jO9PqtG0"; dkim-atps=neutral Received: from mail-lf1-x12f.google.com (mail-lf1-x12f.google.com [IPv6:2a00:1450:4864:20::12f]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 0FD8562FCA for ; Fri, 18 Sep 2020 17:21:00 +0200 (CEST) Received: by mail-lf1-x12f.google.com with SMTP id y17so6538404lfa.8 for ; Fri, 18 Sep 2020 08:21:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=+KkrZj+Dl4+mETvjskRQsD4wDGRHpd+x6BOuY6WTd6Q=; b=jO9PqtG04aDr5MMCQJEDuG7nSPtehBmATbUpbmcXwNI9nklGnzOxEqGgF0vbu5B9bJ YEkRIN4FE51ez41nq+AsxqiOD8j8O3vA+LAxtSstOOzNxuOBJu4PrSxiR3lfWPX/eIng o3GTAkd5km9yJSwnCgbhAbY2Tkae5kJpFDreoYUWT5qAnwTIxZIcUAMEHVGTAEFLwbPH sX2dF5fKei8NcZ8ozIwVPGO2jpVPiH+cvJ5UWDtM2Nats9MlPQwOn9FpUziNrnB7tZf+ 03xcxUtoO9xRJKA6Kr/duqB1BeDZYD6zJd86Ic8dJqjmFquaQXf1As4dSlVRIFH9xscp dsTg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; bh=+KkrZj+Dl4+mETvjskRQsD4wDGRHpd+x6BOuY6WTd6Q=; b=OZNFhj5MQyGpvJIRE3iXpCBpky8CjA6GnSYN1d50x+i/uYcr2WLjwDzapbuxI3s6nJ lTQcj/10GwUdoYWm4CSjjk3Tn2bx99gOA7w4dPw1BmrgbM9LexvWllAQHV66RKOSBR5U fC3MM5k0VZHZNIKmSTynUgPbifPy5JuwS9oO+eMjf2WVrmoyd0f2C81Bey4GOkh55OYg zhKphlibLp4Z6UyR/j8u2TzXuimaCCF5YNqgr308PhQ2daLl0Ju5ETC73wtd+gPwBSJg zNW//bB8rKeqPwCuHd9eh52blhpsFXPNajJ4Pjv0Q8YcdD+UpKueyxRRWqpk6ybhf9Yi wXgg== X-Gm-Message-State: AOAM532hHFFHC8LbWP4uDLZdYt28zsXYYCtKHAQ7j8Zx1Q6+ia+OCi2c QMEkzyupv5RQZoK/GLGjFv/gHdbCwjThGQ== X-Google-Smtp-Source: ABdhPJwvzJqZuqodZZkddQ10cU6QHb8Gkgg+yDDfROqwHgDUKIIdnEDrazxz1ZdN0nnBOvpDzEf9qQ== X-Received: by 2002:a19:7912:: with SMTP id u18mr11964535lfc.298.1600442459393; Fri, 18 Sep 2020 08:20:59 -0700 (PDT) Received: from deskari.ti.com (91-152-83-50.elisa-laajakaista.fi. [91.152.83.50]) by smtp.gmail.com with ESMTPSA id i63sm666472lji.66.2020.09.18.08.20.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 18 Sep 2020 08:20:58 -0700 (PDT) From: Tomi Valkeinen To: libcamera-devel@lists.libcamera.org Date: Fri, 18 Sep 2020 18:20:18 +0300 Message-Id: <20200918152019.784315-4-tomi.valkeinen@iki.fi> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200918152019.784315-1-tomi.valkeinen@iki.fi> References: <20200918152019.784315-1-tomi.valkeinen@iki.fi> MIME-Version: 1.0 Subject: [libcamera-devel] [RFC 3/4] hack: Camera public destructor 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: , Cc: Tomi Valkeinen Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Not clear why we need this with pybind11... Signed-off-by: Tomi Valkeinen --- include/libcamera/camera.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libcamera/camera.h b/include/libcamera/camera.h index 272c12c..d50b7ca 100644 --- a/include/libcamera/camera.h +++ b/include/libcamera/camera.h @@ -99,10 +99,10 @@ public: int start(); int stop(); + ~Camera(); private: Camera(PipelineHandler *pipe, const std::string &id, const std::set &streams); - ~Camera(); class Private; std::unique_ptr p_;