From patchwork Sat Oct 25 14:22:56 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Umang Jain X-Patchwork-Id: 24812 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 F3863BE080 for ; Sat, 25 Oct 2025 14:22:42 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 07ACD606DE; Sat, 25 Oct 2025 16:22:42 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=igalia.com header.i=@igalia.com header.b="YE9e7Hff"; dkim-atps=neutral Received: from fanzine2.igalia.com (fanzine2.igalia.com [213.97.179.56]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 1341F60697 for ; Sat, 25 Oct 2025 16:22:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID: Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=59ucmJURhPZEiMPEcGMuexzW9HOFUlM45t0gTCYZst8=; b=YE9e7Hff1/gaBiAGQGxd+W14Z8 rXwLl9cdpzy8ms6bAaaiemzWEESd+eGO3AB/8tpGcD9I0NPJBAYyakIMdlPjqZqDYfssjmR+vD7Yd ipGmPVlQj8DPige4PfcCGO44qY5XYDZuNT9+eP1vv6Q+7ZVdiaRoDaTc+1dmNXSRxj0QUrHmlVbeO 4pv9pN8TfZBe0/ibAlxBV9TKDoFgACIEzIRGAEth+CpLFy9eLi154umv4QeA7aiPDzVCgVPxpmjAE Nql4wmcpE2d+lmKIBK84Lq+cu6nkvWpj4iFN8b2U9x5bD2DjVlnq1P1BoVk/D23wQE5ZNrgVAzQSG I2Ujnbdw==; Received: from amazon1-vf-gw.lnd.cw.net ([195.89.103.118] helo=uajain) by fanzine2.igalia.com with esmtpsa (Cipher TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim) id 1vCfAE-00F7ub-5a; Sat, 25 Oct 2025 16:22:38 +0200 From: Umang Jain To: libcamera-devel@lists.libcamera.org Cc: barnabas.pocze@ideasonboard.com, Nicolas Dufresne , Umang Jain Subject: [PATCH v3 0/4] gstreamer: Assorted fixes Date: Sat, 25 Oct 2025 15:22:56 +0100 Message-ID: <20251025142300.64480-1-uajain@igalia.com> X-Mailer: git-send-email 2.51.0 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" Some assorted fixes for libcamerasrc. Changes in v3: - Club the 4/4 patch gstreamer: Track RequestWrap's GstBuffer using GstPad" with the series - use GST_ERROR_OBJECT instead of GST_ERROR in 3/4 - collect tags Changes in v2: - Use static_cast in 2/3 - Keep the gst_libcamera_pad_get_stream() helper but adjust it with element_private getter function Umang Jain (4): gstreamer: Shorten function name gstreamer: Associate libcamera::Stream with Pad gstreamer: Improve logging for buffer pool activation gstreamer: Track RequestWrap's GstBuffer using GstPad src/gstreamer/gstlibcamera-utils.cpp | 4 +-- src/gstreamer/gstlibcamera-utils.h | 4 +-- src/gstreamer/gstlibcamerapad.cpp | 7 +---- src/gstreamer/gstlibcamerasrc.cpp | 44 ++++++++++++++++------------ 4 files changed, 30 insertions(+), 29 deletions(-)