gstreamer/sys/v4l2
Thomas Vander Stichele b6540959e6 expand tabs
Original commit message from CVS:
expand tabs
2005-12-06 19:55:58 +00:00
..
.gitignore add cvsignores 2003-09-11 19:17:02 +00:00
gstv4l2.c sys/: Remove client-side overlay handling, use the X-server v4l plugin for that. Nicer overlay, less code. Also make ... 2004-10-25 08:51:15 +00:00
gstv4l2colorbalance.c compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends 2004-08-03 16:06:09 +00:00
gstv4l2colorbalance.h expand tabs 2005-12-06 19:55:58 +00:00
gstv4l2element.c Fix up all the state change functions. 2005-09-05 17:20:28 +00:00
gstv4l2element.h expand tabs 2005-12-06 19:55:58 +00:00
gstv4l2src.c Update for GST_FOURCC_FORMAT API change. 2005-11-21 14:39:04 +00:00
gstv4l2src.h expand tabs 2005-12-06 19:55:58 +00:00
gstv4l2tuner.c compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends 2004-08-03 16:06:09 +00:00
gstv4l2tuner.h expand tabs 2005-12-06 19:55:58 +00:00
gstv4l2xoverlay.c sys/: Add debug categories, fix overlay disabling. 2005-01-10 11:16:13 +00:00
gstv4l2xoverlay.h expand tabs 2005-12-06 19:55:58 +00:00
Makefile.am sys/: Remove client-side overlay handling, use the X-server v4l plugin for that. Nicer overlay, less code. Also make ... 2004-10-25 08:51:15 +00:00
README - update links to v4l[12] API docs 2004-05-31 20:36:07 +00:00
v4l2_calls.c expand tabs 2005-12-06 19:55:58 +00:00
v4l2_calls.h expand tabs 2005-12-06 19:55:58 +00:00
v4l2src_calls.c expand tabs 2005-12-06 19:55:58 +00:00
v4l2src_calls.h expand tabs 2005-12-06 19:55:58 +00:00

v4l2 plugins
============

The idea is a bit the same as the idea for the v4l1 plugins. We want
one generic v4l2element, and a few child objects (probably only two:
v4l2src and v4l2sink):

                /-------- v4l2src
v4l2element ---=
                \-------- v4l2sink

Both v4l2src and v4l2sink have a uncompressed and a compressed
recording-/playback-mode. Since this is all part of v4l2, the 'client'
of these elements, i.e. an application using v4l2src/v4l2sink, will
hardly notice this. All capsnego stuff is done inside, and the plugin
knows which formats are compressed and which are not.

Please note that the v4l1 and the v4l2 plugins are *not* compatible
concerning properties. Naming has been kept the same where possible,
but in some cases, properties had to be removed or added to make
full use of v4l2.

V4L2 API: http://linux.bytesex.org/v4l2/.
          http://v4l2spec.bytesex.org/
          /usr/include/linux/videodev2.h or

Kernel patches available from
          http://dl.bytesex.org/patches/.