Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tim-Philipp Müller
gst-plugins-good
Commits
3c4e9ffe
Commit
3c4e9ffe
authored
Apr 17, 2006
by
Edgard Gusmão Lima
Browse files
Just added a gtk-doc comment.
Original commit message from CVS: Just added a gtk-doc comment.
parent
d0b7fc0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
sys/v4l2/gstv4l2src.c
View file @
3c4e9ffe
...
...
@@ -20,6 +20,27 @@
* Boston, MA 02111-1307, USA.
*/
/**
* SECTION:element-v4l2srcsrc
*
* <refsect2>
* v4l2src can be used to capture video from v4l2 devices, like webcams and tv cards.
* <title>Example launch line</title>
* <para>
* <programlisting>
* gst-launch v4l2src ! xvimagesink
* </programlisting>
* This pipeline shows the video captured from /dev/video0 tv card.
* </para>
* <para>
* <programlisting>
* gst-launch v4l2src use-fixed-fps=true ! xvimagesink
* </programlisting>
* This exemplo should be used to capture from web-cams
* </para>
* </refsect2>
*/
#ifdef HAVE_CONFIG_H
#include
<config.h>
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment