From patchwork Mon Oct 13 06:31:25 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Umang Jain X-Patchwork-Id: 24600 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 E8318BE080 for ; Mon, 13 Oct 2025 06:31:21 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id D4B3A60445; Mon, 13 Oct 2025 08:31:20 +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="L8JDf41Q"; dkim-atps=neutral Received: from fanzine2.igalia.com (fanzine2.igalia.com [213.97.179.56]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 5C8AE603DF for ; Mon, 13 Oct 2025 08:31:18 +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=L8JDf41Qq+wbCegFQ/x2SKibN9 NnspiXXE+mgpDu93TTvetqroQhcQ89EU7uQu8x8lDptzh6vZbwjBkiI1MqVaSwLCRa6ZgZeZ7vPDn S8ww8uvtaY7hSrqDbbPpjcHo05HKImP/onjqczVcQWFFTfp48kyaBPDwPj8bjI1mMbFyiVeE5xdio imlRVofz0wEj/yIXtHTBQ9LEt3y9cp2evT9yYSYe92ELkF42TfLRPeEF+G55S+sVcKOrnm+XJMpG8 t/p86zA+DGONxTVtwXUDdCkZHXcCpapODRrOj9lDH65zPvZt5Gzi5rDXtBZBFKi6hxXm4Zl4TSMEv 7xAz4prw==; 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 1v8C5U-008oQ5-Vk; Mon, 13 Oct 2025 08:31:17 +0200 From: Umang Jain To: libcamera-devel@lists.libcamera.org Cc: Nicolas Dufresne , Umang Jain Subject: [PATCH 0/3] gstreamer: some assorted fixes Date: Mon, 13 Oct 2025 12:01:25 +0530 Message-ID: <20251013063132.89521-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 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(-)