{"id":14201,"url":"https://patchwork.libcamera.org/api/patches/14201/?format=json","web_url":"https://patchwork.libcamera.org/patch/14201/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20211020125540.165327-1-umang.jain@ideasonboard.com>","date":"2021-10-20T12:55:40","name":"[libcamera-devel] fixup! android: post_processor: Make post processing async","commit_ref":null,"pull_url":null,"state":"superseded","archived":false,"hash":"d810b04bc780db1673f51f78cbe003ac886e5da0","submitter":{"id":86,"url":"https://patchwork.libcamera.org/api/people/86/?format=json","name":"Umang Jain","email":"umang.jain@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/14201/mbox/","series":[{"id":2642,"url":"https://patchwork.libcamera.org/api/series/2642/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=2642","date":"2021-10-20T12:55:40","name":"[libcamera-devel] fixup! android: post_processor: Make post processing async","version":1,"mbox":"https://patchwork.libcamera.org/series/2642/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/14201/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/14201/checks/","tags":{},"headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id BE52ABF415\n\tfor <parsemail@patchwork.libcamera.org>;\n\tWed, 20 Oct 2021 12:55:50 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 259A86023A;\n\tWed, 20 Oct 2021 14:55:50 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 4B94E6023A\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed, 20 Oct 2021 14:55:48 +0200 (CEST)","from perceval.ideasonboard.com (unknown [103.251.226.185])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 396483F6;\n\tWed, 20 Oct 2021 14:55:46 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com;\n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"c/Bo76af\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1634734548;\n\tbh=XKxPBs4spXehb7H2ZVMnDoO9ALgFKS9+orPWcBc12Fc=;\n\th=From:To:Cc:Subject:Date:In-Reply-To:References:From;\n\tb=c/Bo76afqQ3E9w1v8TmMXV8brkjG6MMw8aRRAf6GSef5MAMDMFzwuH/Iy1fER+I8J\n\tiOlA6eV7YF5Oequsr697uNGLG6EDtguzahpXDlFjZbNMIeqrLdzyfVBwxHui2mlHmZ\n\t2PuojK4uI4x+VvRXpyLTluQHn1SOGn/fzfxPXeEw=","From":"Umang Jain <umang.jain@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Date":"Wed, 20 Oct 2021 18:25:40 +0530","Message-Id":"<20211020125540.165327-1-umang.jain@ideasonboard.com>","X-Mailer":"git-send-email 2.31.1","In-Reply-To":"<20211020104212.121743-4-umang.jain@ideasonboard.com>","References":"<20211020104212.121743-4-umang.jain@ideasonboard.com>","MIME-Version":"1.0","Content-Type":"text/plain; charset=UTF-8","Content-Transfer-Encoding":"8bit","Subject":"[libcamera-devel] [PATCH] fixup! android: post_processor: Make post\n\tprocessing async","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"},"content":"Fix build with gcc 7\nerror: missing initializer for member ‘Camera3RequestDescriptor::StreamBuffer::srcBuffer’ [-Werror=missing-field-initializers]\nerror: missing initializer for member ‘Camera3RequestDescriptor::StreamBuffer::destBuffer’ [-Werror=missing-field-initializers]\n\nSigned-off-by: Umang Jain <umang.jain@ideasonboard.com>\n---\n src/android/camera_request.h | 4 ++--\n 1 file changed, 2 insertions(+), 2 deletions(-)","diff":"diff --git a/src/android/camera_request.h b/src/android/camera_request.h\nindex 85274414..2216781d 100644\n--- a/src/android/camera_request.h\n+++ b/src/android/camera_request.h\n@@ -40,8 +40,8 @@ public:\n \t\tint fence;\n \t\tStatus status;\n \t\tlibcamera::FrameBuffer *internalBuffer = nullptr;\n-\t\tstd::unique_ptr<CameraBuffer> destBuffer;\n-\t\tconst libcamera::FrameBuffer *srcBuffer;\n+\t\tstd::unique_ptr<CameraBuffer> destBuffer = nullptr;\n+\t\tconst libcamera::FrameBuffer *srcBuffer = nullptr;\n \t\tCamera3RequestDescriptor *request = nullptr;\n \t};\n \n","prefixes":["libcamera-devel"]}