mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 06:16:36 +00:00
sys/v4l2/gstv4l2src.c: Improve docs.
Original commit message from CVS: 2006-10-03 Zaheer Abbas Merali <zaheerabbas at merali dot org> * sys/v4l2/gstv4l2src.c: Improve docs.
This commit is contained in:
parent
e5aa7cd0a3
commit
d928cf05c3
1 changed files with 3 additions and 8 deletions
|
@ -3,7 +3,7 @@
|
||||||
* Copyright (C) 2001-2002 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
* Copyright (C) 2001-2002 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||||
* 2006 Edgard Lima <edgard.lima@indt.org.br>
|
* 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
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
|
@ -31,13 +31,8 @@
|
||||||
* <programlisting>
|
* <programlisting>
|
||||||
* gst-launch v4l2src ! xvimagesink
|
* gst-launch v4l2src ! xvimagesink
|
||||||
* </programlisting>
|
* </programlisting>
|
||||||
* This pipeline shows the video captured from /dev/video0 tv card.
|
* This pipeline shows the video captured from /dev/video0 tv card and for
|
||||||
* </para>
|
* webcams.
|
||||||
* <para>
|
|
||||||
* <programlisting>
|
|
||||||
* gst-launch v4l2src ! xvimagesink
|
|
||||||
* </programlisting>
|
|
||||||
* This example should be used to capture from web-cams
|
|
||||||
* </para>
|
* </para>
|
||||||
* </refsect2>
|
* </refsect2>
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue