From patchwork Sat Mar 7 19:16:32 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 3037 Return-Path: Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 9CC6D60425 for ; Sat, 7 Mar 2020 20:16:41 +0100 (CET) Received: from pendragon.bb.dnainternet.fi (81-175-216-236.bb.dnainternet.fi [81.175.216.236]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 069C15F; Sat, 7 Mar 2020 20:16:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1583608601; bh=H3Kvpih95Gc/ZlfjFrBmCk4BqoDNU7t5mYXGvNjLIkQ=; h=From:To:Cc:Subject:Date:From; b=P+cXJSzM8B2H6kD3nw7Onqfk1fPSJWhZ+dFrEsFinJD9h4P00ddCstoObeDsdkJUw vH1zZRrtCVOpw+ErEG6eTqvxCyrvp/jDu2q/KzL3xrhM804g/kMT4jAhS00loTnQaQ gibXWt9wRg/xsZyZPvEVLHdC/AloBeh/zxlgkPJQ= From: Laurent Pinchart To: Nicolas Dufresne Cc: libcamera-devel@lists.libcamera.org Date: Sat, 7 Mar 2020 21:16:32 +0200 Message-Id: <20200307191634.9320-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2 0/2] Fix GStreamer element compilation 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: , X-List-Received-Date: Sat, 07 Mar 2020 19:16:41 -0000 Hello, Commit 17cccc68a88f ("Add GStreamer plugin and element skeleton") has gained a last minute fix for a clang compilation error with GLib. The fix wasn't properly tested, resulting in compilation of the GStreamer element to always be disabled. Mea culpa :-( This series fixes the problem. Laurent Pinchart (2): gst: Turn the top-level plugin file gstlibcamera.c into a C++ file gst: Fix GLib detection src/gstreamer/{gstlibcamera.c => gstlibcamera.cpp} | 0 src/gstreamer/meson.build | 10 +++++----- 2 files changed, 5 insertions(+), 5 deletions(-) rename src/gstreamer/{gstlibcamera.c => gstlibcamera.cpp} (100%)