summaryrefslogtreecommitdiff
path: root/sys/waveform
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-08-26 22:39:55 +0100
committerTim-Philipp Müller <tim@centricular.net>2012-08-27 21:20:30 +0100
commit4bb52bbadfe7e3de57ab3908dbc0f4f1b964514f (patch)
treedeb30ed338b5ec2e038ac8233f283e8c1c00683c /sys/waveform
parente4cb67fad898cd6d0c7516e48168e9632995872f (diff)
downloadgstreamer-plugins-good-4bb52bbadfe7e3de57ab3908dbc0f4f1b964514f.tar.gz
docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvert
Diffstat (limited to 'sys/waveform')
-rw-r--r--sys/waveform/gstwaveformsink.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/waveform/gstwaveformsink.c b/sys/waveform/gstwaveformsink.c
index 39384b79b..305679551 100644
--- a/sys/waveform/gstwaveformsink.c
+++ b/sys/waveform/gstwaveformsink.c
@@ -32,11 +32,11 @@
* <refsect2>
* <title>Example pipelines</title>
* |[
- * gst-launch -v audiotestsrc ! audioconvert ! volume volume=0.1 ! waveformsink
+ * gst-launch-1.0 -v audiotestsrc ! audioconvert ! volume volume=0.1 ! waveformsink
* ]| will output a sine wave (continuous beep sound) to your sound card (with
* a very low volume as precaution).
* |[
- * gst-launch -v filesrc location=music.ogg ! decodebin ! audioconvert ! audioresample ! waveformsink
+ * gst-launch-1.0 -v filesrc location=music.ogg ! decodebin ! audioconvert ! audioresample ! waveformsink
* ]| will play an Ogg/Vorbis audio file and output it.
* </refsect2>
*/