summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Compton <xaviosx@gmail.com>2021-07-09 15:46:16 -0700
committerTim-Philipp Müller <tim@centricular.com>2021-11-08 18:43:36 +0000
commitea6383e904e1c3c93af588071c37cfef0366d094 (patch)
tree96370d4ea5573df8661f08b4f4c6ec991f9f769d
parent63f967da0a87bb5ff17db3bc9d018349a9e5e713 (diff)
Fix Meson template c file capitalizationHEADmastermain
-rwxr-xr-xgst-plugin/tools/make_element2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-plugin/tools/make_element b/gst-plugin/tools/make_element
index 646b8ea..fd79c2f 100755
--- a/gst-plugin/tools/make_element
+++ b/gst-plugin/tools/make_element
@@ -81,7 +81,7 @@ fi
if [ -e $meson_build ]; then
sed \
- -e "s/TEMPLATE/$Template/g" \
+ -e "s/TEMPLATE/$template/g" \
-e "s/###//g" \
$meson_build > $meson_build.tmp && mv $meson_build.tmp $meson_build
fi \ No newline at end of file