summaryrefslogtreecommitdiffstats
path: root/sys/v4l2
diff options
context:
space:
mode:
Diffstat (limited to 'sys/v4l2')
-rw-r--r--sys/v4l2/gstv4l2src.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/sys/v4l2/gstv4l2src.c b/sys/v4l2/gstv4l2src.c
index e151f16d..d1785257 100644
--- a/sys/v4l2/gstv4l2src.c
+++ b/sys/v4l2/gstv4l2src.c
@@ -3,7 +3,7 @@
* Copyright (C) 2001-2002 Ronald Bultje <rbultje@ronald.bitfreak.net>
* 2006 Edgard Lima <edgard.lima@indt.org.br>
*
- * 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 @@
* <programlisting>
* gst-launch v4l2src ! xvimagesink
* </programlisting>
- * This pipeline shows the video captured from /dev/video0 tv card.
- * </para>
- * <para>
- * <programlisting>
- * gst-launch v4l2src ! xvimagesink
- * </programlisting>
- * This example should be used to capture from web-cams
+ * This pipeline shows the video captured from /dev/video0 tv card and for
+ * webcams.
* </para>
* </refsect2>
*/