From c1254d31e9cc1f050d847b8bf329a8dea5c80758 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 18 Jul 2007 11:55:13 +0000 Subject: sys/v4l2/gstv4l2src.c: Add another example pipeline. Original commit message from CVS: * sys/v4l2/gstv4l2src.c: Add another example pipeline. --- sys/v4l2/gstv4l2src.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/v4l2/gstv4l2src.c b/sys/v4l2/gstv4l2src.c index 9291a9ed..5cc184ab 100644 --- a/sys/v4l2/gstv4l2src.c +++ b/sys/v4l2/gstv4l2src.c @@ -26,7 +26,7 @@ * * * v4l2src can be used to capture video from v4l2 devices, like webcams and tv cards. - * Example launch line + * Example launch lines * * * gst-launch v4l2src ! xvimagesink @@ -34,6 +34,13 @@ * 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 + * images. + * * */ -- cgit