diff --git a/sys/v4l2/gstv4l2src.c b/sys/v4l2/gstv4l2src.c index e151f16d1b..d17852579b 100644 --- a/sys/v4l2/gstv4l2src.c +++ b/sys/v4l2/gstv4l2src.c @@ -3,7 +3,7 @@ * Copyright (C) 2001-2002 Ronald Bultje * 2006 Edgard Lima * - * gstv4l2src.c: BT8x8/V4L2 source element + * gstv4l2src.c: Video4Linux2 source element * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -31,13 +31,8 @@ * * gst-launch v4l2src ! xvimagesink * - * This pipeline shows the video captured from /dev/video0 tv card. - * - * - * - * gst-launch v4l2src ! xvimagesink - * - * This example should be used to capture from web-cams + * This pipeline shows the video captured from /dev/video0 tv card and for + * webcams. * * */