From: Vineeth TM Date: Mon, 14 Dec 2015 02:09:46 +0000 (+0900) Subject: plugins-bad: Fix example pipelines X-Git-Tag: 1.19.3~509^2~1244^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=37df358c5ef8f38a823be17d595e2aa22a23eaec;p=platform%2Fupstream%2Fgstreamer.git 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 --- diff --git a/gst/audiofx/gststereo.c b/gst/audiofx/gststereo.c index ebadf9a..f7e013b 100644 --- a/gst/audiofx/gststereo.c +++ b/gst/audiofx/gststereo.c @@ -29,7 +29,7 @@ * * Example pipelines * |[ - * gst-launch -v filesrc location=sine.ogg ! oggdemux ! vorbisdec ! audioconvert ! stereo ! audioconvert ! audioresample ! alsasink + * gst-launch-1.0 -v filesrc location=sine.ogg ! oggdemux ! vorbisdec ! audioconvert ! stereo ! audioconvert ! audioresample ! alsasink * ]| Play an Ogg/Vorbis file. * */