gstreamer/sys/v4l2
Stéphane Loeuillet b03199444c - update links to v4l[12] API docs
Original commit message from CVS:
- update links to v4l[12] API docs
- remove a dupe in AUTHORS list
2004-05-31 20:36:07 +00:00
..
.gitignore add cvsignores 2003-09-11 19:17:02 +00:00
gstv4l2.c don't mix tabs and spaces 2004-03-15 19:32:27 +00:00
gstv4l2colorbalance.c don't mix tabs and spaces 2004-03-15 19:32:27 +00:00
gstv4l2colorbalance.h *.h: Revert indenting 2004-03-15 16:32:54 +00:00
gstv4l2element.c gst-libs/gst/tuner/tunerchannel.h: - add a freq_multiplicator field to make the conversion between internal frequency... 2004-05-31 14:16:54 +00:00
gstv4l2element.h Workaround for missing struct v4l2_buffer declaration in Suse 9 and Mandrake 10 linux/videodev2.h header file (#135919). 2004-04-10 13:27:16 +00:00
gstv4l2src.c sys/v4l2/gstv4l2src.c: 2004-05-07 23:47:00 +00:00
gstv4l2src.h *.h: Revert indenting 2004-03-15 16:32:54 +00:00
gstv4l2tuner.c don't mix tabs and spaces 2004-03-15 19:32:27 +00:00
gstv4l2tuner.h *.h: Revert indenting 2004-03-15 16:32:54 +00:00
gstv4l2xoverlay.c don't mix tabs and spaces 2004-03-15 19:32:27 +00:00
gstv4l2xoverlay.h *.h: Revert indenting 2004-03-15 16:32:54 +00:00
Makefile.am ext/divx/: Set category to divx4linux instead of divx (too generic). 2004-01-14 10:48:18 +00:00
README - update links to v4l[12] API docs 2004-05-31 20:36:07 +00:00
v4l2-overlay_calls.c don't mix tabs and spaces 2004-03-15 19:32:27 +00:00
v4l2_calls.c gst-libs/gst/tuner/tunerchannel.h: - add a freq_multiplicator field to make the conversion between internal frequency... 2004-05-31 14:16:54 +00:00
v4l2_calls.h *.h: Revert indenting 2004-03-15 16:32:54 +00:00
v4l2src_calls.c don't mix tabs and spaces 2004-03-15 19:32:27 +00:00
v4l2src_calls.h *.h: Revert indenting 2004-03-15 16:32:54 +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/.