diff options
author | Stefan Kost <ensonic@users.sf.net> | 2009-01-29 11:07:59 +0200 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2009-01-29 11:07:59 +0200 |
commit | 8e462968cfa794349728a2b6604c0fcc8dd01ca3 (patch) | |
tree | 0d0f4efd143e62de44826480cb1d4c5efbee7678 /sys | |
parent | 6335307b9739beb568f986bfc8a4c1e1fb2b8e31 (diff) |
Remove version numbers from a few gst-launch examples.
The majority of the examples doe not use -0.10 and this will also help us to maintain the docs.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/directdraw/gstdirectdrawsink.c | 2 | ||||
-rw-r--r-- | sys/directsound/gstdirectsoundsink.c | 4 | ||||
-rw-r--r-- | sys/osxvideo/osxvideosink.m | 2 | ||||
-rw-r--r-- | sys/v4l2/gstv4l2src.c | 2 | ||||
-rw-r--r-- | sys/waveform/gstwaveformsink.c | 4 |
5 files changed, 7 insertions, 7 deletions
diff --git a/sys/directdraw/gstdirectdrawsink.c b/sys/directdraw/gstdirectdrawsink.c index 26babd90..a128b317 100644 --- a/sys/directdraw/gstdirectdrawsink.c +++ b/sys/directdraw/gstdirectdrawsink.c @@ -34,7 +34,7 @@ * <refsect2> * <title>Example pipelines</title> * |[ - * gst-launch-0.10 -v videotestsrc ! directdrawsink + * gst-launch -v videotestsrc ! directdrawsink * ]| a simple pipeline to test the sink * </refsect2> */ diff --git a/sys/directsound/gstdirectsoundsink.c b/sys/directsound/gstdirectsoundsink.c index 037a72a5..134012a4 100644 --- a/sys/directsound/gstdirectsoundsink.c +++ b/sys/directsound/gstdirectsoundsink.c @@ -38,11 +38,11 @@ * <refsect2> * <title>Example pipelines</title> * |[ - * gst-launch-0.10 -v audiotestsrc ! audioconvert ! volume volume=0.1 ! directsoundsink + * gst-launch -v audiotestsrc ! audioconvert ! volume volume=0.1 ! directsoundsink * ]| will output a sine wave (continuous beep sound) to your sound card (with * a very low volume as precaution). * |[ - * gst-launch-0.10 -v filesrc location=music.ogg ! decodebin ! audioconvert ! audioresample ! directsoundsink + * gst-launch -v filesrc location=music.ogg ! decodebin ! audioconvert ! audioresample ! directsoundsink * ]| will play an Ogg/Vorbis audio file and output it. * </refsect2> */ diff --git a/sys/osxvideo/osxvideosink.m b/sys/osxvideo/osxvideosink.m index 3022197d..d89a769e 100644 --- a/sys/osxvideo/osxvideosink.m +++ b/sys/osxvideo/osxvideosink.m @@ -37,7 +37,7 @@ * <refsect2> * <title>Examples</title> * |[ - * gst-launch-0.10 videotestsrc ! osxvideosink + * gst-launch videotestsrc ! osxvideosink * ]| test the sink * </refsect2> */ diff --git a/sys/v4l2/gstv4l2src.c b/sys/v4l2/gstv4l2src.c index 6983d69f..a90ddf81 100644 --- a/sys/v4l2/gstv4l2src.c +++ b/sys/v4l2/gstv4l2src.c @@ -34,7 +34,7 @@ * ]| This pipeline shows the video captured from /dev/video0 tv card and for * webcams. * |[ - * gst-launch-0.10 v4l2src ! jpegdec ! xvimagesink + * gst-launch v4l2src ! jpegdec ! xvimagesink * ]| This pipeline shows the video captured from a webcam that delivers jpeg * images. * </refsect2> diff --git a/sys/waveform/gstwaveformsink.c b/sys/waveform/gstwaveformsink.c index a5614168..19eedc91 100644 --- a/sys/waveform/gstwaveformsink.c +++ b/sys/waveform/gstwaveformsink.c @@ -32,11 +32,11 @@ * <refsect2> * <title>Example pipelines</title> * |[ - * gst-launch-0.10 -v audiotestsrc ! audioconvert ! volume volume=0.1 ! waveformsink + * gst-launch -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-0.10 -v filesrc location=music.ogg ! decodebin ! audioconvert ! audioresample ! waveformsink + * gst-launch -v filesrc location=music.ogg ! decodebin ! audioconvert ! audioresample ! waveformsink * ]| will play an Ogg/Vorbis audio file and output it. * </refsect2> */ |