<div dir="ltr">I am trying to follow the tutorial here to learn how to develop my own plugin<br><br><a href="https://gstreamer.freedesktop.org/documentation/plugin-development/basics/boiler.html">https://gstreamer.freedesktop.org/documentation/plugin-development/basics/boiler.html</a><br><br>I run into trouble immediately as the tutorial code has evolved from Automake to use meson.<br><br>The guide says checkout the code<br><br>$ git clone <a href="https://gitlab.freedesktop.org/gstreamer/gst-template.git">https://gitlab.freedesktop.org/gstreamer/gst-template.git</a><br><br>And make a plugin<br><br>$ cd gst-template/gst-plugin/src<br>$ ../tools/make_element MyFilter<br><br>At this step one needs to adjust the Makefile.am, which is missing. Now meson has replaced it.<br><br>The README in the repo says to do this:<br><br>$ cd gst-plugin<br>$ meson builddir<br>$ ninja -C builddir<br><br>When I do that I get.<br><br>$ meson builddir <br>The Meson build system<br>Version: 0.53.2<br>Source dir: /home/jesper/projects/gst-template/gst-plugin<br>Build dir: /home/jesper/projects/gst-template/gst-plugin/builddir<br>Build type: native build<br><br>ERROR: First statement must be a call to project<br><br>How do I proceed?<br><br>Kind regards<br><br>Jesper<br><div><br></div></div>