From patchwork Mon Feb 3 10:43:20 2025 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: 22722 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 53CACC3260 for ; Mon, 3 Feb 2025 10:43:26 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 793D668585; Mon, 3 Feb 2025 11:43:25 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=protonmail.com header.i=@protonmail.com header.b="F7LORgLP"; dkim-atps=neutral Received: from mail-40131.protonmail.ch (mail-40131.protonmail.ch [185.70.40.131]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 4C5A96034B for ; Mon, 3 Feb 2025 11:43:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1738579403; x=1738838603; bh=ttHuV2qvnTLl9/osqTRoflQ5V7L+zx9wqZqm8fGu92w=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector: List-Unsubscribe:List-Unsubscribe-Post; b=F7LORgLPhvoW26yuRadlyEDIl/9njmTwu8sCDxVObNag/cqdk3JXnbaFAc/gCcBYL QWP0vNZQM2UcWQa1FiecIad0JXJOsJh5WPwa1epW4AHhIsWG3Q/gvEemmOMvqWMvEL 7aKqJ+WPfSxa5dz3XoksTJO4LD7mKLa4iFdEcyOEzKVuQZJEiHQSKFfldBSq2LT+UM PWhqihtD2rN3LxKmUPq40TDkKH8XV13du/Pwe/LH1epgMhhOltmZQv899vHMaYdAMy cIAJGiQJEtrr3HX/ilDLUDPsqjknDt5Wlxmz+Edd4J0f8WgtMHvn/u/MGRJpkQ+p8M slTa0/Lx07bkA== Date: Mon, 03 Feb 2025 10:43:20 +0000 To: libcamera-devel@lists.libcamera.org From: =?utf-8?q?Barnab=C3=A1s_P=C5=91cze?= Subject: [PATCH v1 0/3] libcamera: pipeline: virtual: Fill buffer's metadata Message-ID: <20250203104318.135628-1-pobrn@protonmail.com> Feedback-ID: 20568564:user:proton X-Pm-Message-ID: 41fcf76c2ddba9a1229fc7370b91d87a27fea7b7 MIME-Version: 1.0 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: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Not filling the metadata is diagnosed by UBSAN. And thus this is needed for https://patchwork.libcamera.org/patch/22407/ Bug: https://bugs.libcamera.org/show_bug.cgi?id=245 Barnabás Pőcze (3): libcamera: pipeline: virtual: Simplify error return libcamera: pipeline: virtual: Fill buffer's metadata libcamera: pipeline: virtual: Set `FrameError` on error src/libcamera/pipeline/virtual/virtual.cpp | 23 ++++++++++++++++++---- src/libcamera/pipeline/virtual/virtual.h | 1 + 2 files changed, 20 insertions(+), 4 deletions(-) --- 2.48.1