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 --- gst/y4m/gsty4mdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/y4m') diff --git a/gst/y4m/gsty4mdec.c b/gst/y4m/gsty4mdec.c index 6bf27a87e..c6b206579 100644 --- a/gst/y4m/gsty4mdec.c +++ b/gst/y4m/gsty4mdec.c @@ -24,7 +24,7 @@ * * Example launch line * |[ - * gst-launch -v filesrc location=file.y4m ! y4mdec ! xvimagesink + * gst-launch-1.0 -v filesrc location=file.y4m ! y4mdec ! xvimagesink * ]| * */ -- cgit v1.2.1