diff options
author | Vineeth TM <vineeth.tm@samsung.com> | 2015-12-14 11:09:46 +0900 |
---|---|---|
committer | Luis de Bethencourt <luisbg@osg.samsung.com> | 2015-12-15 10:30:49 +0000 |
commit | 7c42ba97d7ca394c0a2db097a65d3a895f6b5605 (patch) | |
tree | 73f5fe91d76f3c53888bc0ba0ff474ca9edf92c2 /gst/audiovisualizers | |
parent | ea54d2aaabf8b9ac398884bc281582003a5278e0 (diff) | |
download | gstreamer-plugins-bad-7c42ba97d7ca394c0a2db097a65d3a895f6b5605.tar.gz |
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
Diffstat (limited to 'gst/audiovisualizers')
-rw-r--r-- | gst/audiovisualizers/gstspacescope.c | 2 | ||||
-rw-r--r-- | gst/audiovisualizers/gstspectrascope.c | 2 | ||||
-rw-r--r-- | gst/audiovisualizers/gstsynaescope.c | 2 | ||||
-rw-r--r-- | gst/audiovisualizers/gstwavescope.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/gst/audiovisualizers/gstspacescope.c b/gst/audiovisualizers/gstspacescope.c index b0828a8a1..6cde066ea 100644 --- a/gst/audiovisualizers/gstspacescope.c +++ b/gst/audiovisualizers/gstspacescope.c @@ -28,7 +28,7 @@ * <refsect2> * <title>Example launch line</title> * |[ - * gst-launch audiotestsrc ! audioconvert ! spacescope ! ximagesink + * gst-launch-1.0 audiotestsrc ! audioconvert ! spacescope ! ximagesink * ]| * </refsect2> */ diff --git a/gst/audiovisualizers/gstspectrascope.c b/gst/audiovisualizers/gstspectrascope.c index ff43cfd7e..297d3ef4f 100644 --- a/gst/audiovisualizers/gstspectrascope.c +++ b/gst/audiovisualizers/gstspectrascope.c @@ -29,7 +29,7 @@ * <refsect2> * <title>Example launch line</title> * |[ - * gst-launch audiotestsrc ! audioconvert ! spectrascope ! ximagesink + * gst-launch-1.0 audiotestsrc ! audioconvert ! spectrascope ! ximagesink * ]| * </refsect2> */ diff --git a/gst/audiovisualizers/gstsynaescope.c b/gst/audiovisualizers/gstsynaescope.c index 23d15f0de..dfadf099c 100644 --- a/gst/audiovisualizers/gstsynaescope.c +++ b/gst/audiovisualizers/gstsynaescope.c @@ -28,7 +28,7 @@ * <refsect2> * <title>Example launch line</title> * |[ - * gst-launch audiotestsrc ! audioconvert ! synaescope ! ximagesink + * gst-launch-1.0 audiotestsrc ! audioconvert ! synaescope ! ximagesink * ]| * </refsect2> */ diff --git a/gst/audiovisualizers/gstwavescope.c b/gst/audiovisualizers/gstwavescope.c index 4b7fe3aac..ad125b0ac 100644 --- a/gst/audiovisualizers/gstwavescope.c +++ b/gst/audiovisualizers/gstwavescope.c @@ -28,7 +28,7 @@ * <refsect2> * <title>Example launch line</title> * |[ - * gst-launch audiotestsrc ! audioconvert ! wavescope ! ximagesink + * gst-launch-1.0 audiotestsrc ! audioconvert ! wavescope ! ximagesink * ]| * </refsect2> */ |