From 7c42ba97d7ca394c0a2db097a65d3a895f6b5605 Mon Sep 17 00:00:00 2001 From: Vineeth TM Date: Mon, 14 Dec 2015 11:09:46 +0900 Subject: plugins-bad: Fix example pipelines rename gst-launch --> gst-launch-1.0 replace old elements with new elements(ffmpegcolorspace -> videoconvert, ffenc_** -> avenc_**) fix caps in examples https://bugzilla.gnome.org/show_bug.cgi?id=759432 --- tools/gst-element-maker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/gst-element-maker b/tools/gst-element-maker index facb242ea..cefd64a67 100755 --- a/tools/gst-element-maker +++ b/tools/gst-element-maker @@ -116,7 +116,7 @@ cat <<-EOF * * Example launch line * |[ - * gst-launch -v fakesrc ! $replace ! FIXME ! fakesink + * gst-launch-1.0 -v fakesrc ! $replace ! FIXME ! fakesink * ]| * FIXME Describe what the pipeline does. * -- cgit v1.2.1