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