[libcamera-devel] [PATCH v2 0/2] Fix GStreamer element compilation

Laurent Pinchart laurent.pinchart at ideasonboard.com
Sat Mar 7 20:16:32 CET 2020


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%)

-- 
Regards,

Laurent Pinchart



More information about the libcamera-devel mailing list