diff options
author | Tyler Compton <xaviosx@gmail.com> | 2021-07-09 15:46:16 -0700 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2021-11-08 18:43:36 +0000 |
commit | ea6383e904e1c3c93af588071c37cfef0366d094 (patch) | |
tree | 96370d4ea5573df8661f08b4f4c6ec991f9f769d /gst-plugin | |
parent | 63f967da0a87bb5ff17db3bc9d018349a9e5e713 (diff) |
Diffstat (limited to 'gst-plugin')
-rwxr-xr-x | gst-plugin/tools/make_element | 2 |
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 |