From 6335307b9739beb568f986bfc8a4c1e1fb2b8e31 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 29 Jan 2009 10:10:08 +0200 Subject: Update and add documentation for platform specific plugins (sys). Link to properties. Correct titles for examples. Fix examples. --- sys/v4l2/gstv4l2src.c | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'sys/v4l2') diff --git a/sys/v4l2/gstv4l2src.c b/sys/v4l2/gstv4l2src.c index 4520f970..6983d69f 100644 --- a/sys/v4l2/gstv4l2src.c +++ b/sys/v4l2/gstv4l2src.c @@ -24,23 +24,19 @@ /** * SECTION:element-v4l2src * + * v4l2src can be used to capture video from v4l2 devices, like webcams and tv + * cards. + * * - * v4l2src can be used to capture video from v4l2 devices, like webcams and tv cards. * Example launch lines - * - * + * |[ * gst-launch v4l2src ! xvimagesink - * - * This pipeline shows the video captured from /dev/video0 tv card and for + * ]| This pipeline shows the video captured from /dev/video0 tv card and for * webcams. - * - * - * + * |[ * gst-launch-0.10 v4l2src ! jpegdec ! xvimagesink - * - * This pipeline shows the video captured from a webcam that delivers jpeg + * ]| This pipeline shows the video captured from a webcam that delivers jpeg * images. - * * */ -- cgit