From patchwork Fri Oct 10 14:18:23 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Umang Jain X-Patchwork-Id: 24581 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 8D17DBE080 for ; Fri, 10 Oct 2025 14:18:17 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id C46AD6B60E; Fri, 10 Oct 2025 16:18:16 +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="T7jyQaQk"; dkim-atps=neutral Received: from fanzine2.igalia.com (fanzine2.igalia.com [213.97.179.56]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 9F2946B5C4 for ; Fri, 10 Oct 2025 16:18:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Transfer-Encoding:MIME-Version:Message-ID:Date:Subject: Cc:To:From:Sender:Reply-To:Content-Type: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=D8zmS0bc2uu3xnhq0mma6eupoTzWWMi7dPN2Fiw27N4=; b=T7jyQaQkPnCGf3RRR4BFQgeUxk pmg94XrfXjCqc9B57z4hZmI1Nz4pyPwTdwpYWDTj3KYIeAG0899qeEP95o5SKJStuXRU2Aw16OgQx LUn3rZsiHmsHksbNDMTya5NQlcvVIRUutTutUbt4sUvWpnOKg1UXyStdvdJk5CrRSVn3JgzOyvPkA 60haJCnG8Q4iVWIFqhxE3fh0qUfpr2yPuSE5rgxCmKITNUmUSO31nEzK+LeBW5+wTI+qHUmkc4DdO sFKFFLSuWNC+A1B25NHjp/GaTJ6rBjf8Ai0UiTcu4Qezr+uowwS927HD+AnSag5yOO4P4Uexpk6oy IrU8IfJA==; Received: from [49.36.127.56] (helo=uajain) by fanzine2.igalia.com with esmtpsa (Cipher TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim) id 1v7Dwh-007uJd-C5; Fri, 10 Oct 2025 16:18:11 +0200 From: Umang Jain To: libcamera-devel@lists.libcamera.org Cc: Nicolas Dufresne , Umang Jain Subject: [PATCH 0/3] gstreamer: some assorted fixes Date: Fri, 10 Oct 2025 19:48:23 +0530 Message-ID: <20251010141826.42995-1-uajain@igalia.com> X-Mailer: git-send-email 2.50.1 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 element. Umang Jain (3): gstreamer: Shorten function name gstreamer: Associate libcamera::Stream with GstPad gstreamer: Improve logging for buffer pool activation src/gstreamer/gstlibcamera-utils.cpp | 4 ++-- src/gstreamer/gstlibcamera-utils.h | 4 ++-- src/gstreamer/gstlibcamerapad.cpp | 11 ----------- src/gstreamer/gstlibcamerapad.h | 2 -- src/gstreamer/gstlibcamerasrc.cpp | 24 +++++++++++++++--------- 5 files changed, 19 insertions(+), 26 deletions(-)