plugins-bad: Fix example pipelines
authorVineeth TM <vineeth.tm@samsung.com>
Mon, 14 Dec 2015 02:09:46 +0000 (11:09 +0900)
committerLuis de Bethencourt <luisbg@osg.samsung.com>
Tue, 15 Dec 2015 10:30:49 +0000 (10:30 +0000)
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/audiofx/gststereo.c

index ebadf9a..f7e013b 100644 (file)
@@ -29,7 +29,7 @@
  * <refsect2>
  * <title>Example pipelines</title>
  * |[
- * 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.
  * </refsect2>
  */