diff --git a/subprojects/gst-plugins-bad/tools/gst-app-maker b/subprojects/gst-plugins-bad/tools/gst-app-maker index 492ac8cdc9..440e3131d8 100755 --- a/subprojects/gst-plugins-bad/tools/gst-app-maker +++ b/subprojects/gst-plugins-bad/tools/gst-app-maker @@ -543,7 +543,7 @@ generate | sed \ -e "s/gstreplace/$gstreplace/g" \ -e "s/replace/$replace/g" >$gstreplace.c -gst-indent $gstreplace.c +gst-indent-1.0 $gstreplace.c gcc -O2 -Wall $(pkg-config --cflags gstreamer-1.0) -c -o $gstreplace.o $gstreplace.c gcc -o $gstreplace $gstreplace.o $(pkg-config --libs gstreamer-1.0) diff --git a/subprojects/gst-plugins-bad/tools/gst-element-maker b/subprojects/gst-plugins-bad/tools/gst-element-maker index cefd64a675..fed2ead370 100755 --- a/subprojects/gst-plugins-bad/tools/gst-element-maker +++ b/subprojects/gst-plugins-bad/tools/gst-element-maker @@ -380,7 +380,7 @@ generate_header | sed \ -e "s/prefixreplace/$prefixreplace/g" \ -e "s/replace/$replace/g" >$gstreplace.h -gst-indent $gstreplace.c +gst-indent-1.0 $gstreplace.c echo pkg is $pkg diff --git a/subprojects/gst-plugins-bad/tools/gst-project-maker b/subprojects/gst-plugins-bad/tools/gst-project-maker index f658c03622..4bb2fc7a0f 100755 --- a/subprojects/gst-plugins-bad/tools/gst-project-maker +++ b/subprojects/gst-plugins-bad/tools/gst-project-maker @@ -286,7 +286,7 @@ generate | sed \ -e "s/gstreplace/$gstreplace/g" \ -e "s/replace/$replace/g" >$basedir/plugins/${gstreplace}plugin.c -gst-indent $basedir/plugins/${gstreplace}plugin.c || echo "Warning: could not run gst-indent on the generated code." 1>&2 +gst-indent-1.0 $basedir/plugins/${gstreplace}plugin.c || echo "Warning: could not run gst-indent on the generated code." 1>&2 rm -f $basedir/plugins/${gstreplace}plugin.c~ cat >$basedir/plugins/${gstreplace}.c <