gstreamer/tools
Antonio Ospite 7f1d3e252f gst-project-maker: set up a meson project instead of an autotools one
Now that autotools has been removed generate a meson project template in
gst-project-maker.

There are some differences with the autotools project

  1. gstreamer-controller-1.0 is not added to the default dependencies.
  2. The '-Wall' option is not set explicitly, meson can handle that.
  3. The flags in GST_PLUGIN_LDFLAGS have not been ported to meson as
     they are not necessary anymore.

The generated project requires meson 0.53.0 for the 'fs' module. It's up
to the user to remove that part in case compatibility with older
versions of meson is desired.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/184>
2020-06-17 14:13:29 +00:00
..
element-templates bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
gst-app-maker gst-app-maker: fix program name and arguments in usage text and help text 2020-06-17 14:13:29 +00:00
gst-element-maker plugins-bad: Fix example pipelines 2015-12-15 10:30:49 +00:00
gst-element-maker-test.sh element-maker-test: try to run element-maker for all templates 2011-04-26 15:17:30 +03:00
gst-project-maker gst-project-maker: set up a meson project instead of an autotools one 2020-06-17 14:13:29 +00:00
gst-transcoder.c documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
meson.build Import GstTranscoder 2019-08-28 13:02:13 +00:00
utils.c documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
utils.h Import GstTranscoder 2019-08-28 13:02:13 +00:00