mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +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
fa54b8561d
commit
8e6d2143b4
2 changed files with 8 additions and 8 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-10-03 Zaheer Abbas Merali <zaheerabbas at merali dot org>
|
||||
|
||||
* sys/v4l2/gstv4l2src.c:
|
||||
Improve docs.
|
||||
|
||||
2006-10-02 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* ext/xvid/gstxvid.c: (plugin_init):
|
||||
|
|
|
@ -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>
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue