Skip to content

gst-plugin: fix C file capitalization with Meson template

The make_element script updates the gst-plugin/meson.build to build a C file with PascalCase naming, but generates a C file with no capitalization. This results in the following error:

gst-plugin/meson.build:46:0: ERROR: File src/gstMyPlugin.c does not exist.

This MR updates make_element to instruct Meson to expect a C file with no capitalization.

So, yes, this is a one character merge request 😄

Merge request reports