From 8e462968cfa794349728a2b6604c0fcc8dd01ca3 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 29 Jan 2009 11:07:59 +0200 Subject: 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. --- sys/v4l2/gstv4l2src.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/v4l2') 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. * -- cgit