gstreamer/sys/v4l2
2010-02-01 09:18:53 +00:00
..
.gitignore
gstv4l2.c v4l2: log buffer copies on queue underrun in perf category 2009-09-11 22:19:23 +03:00
gstv4l2bufferpool.c v4l2: fix bufferpool file names in header comment 2010-01-18 14:55:38 +02:00
gstv4l2bufferpool.h v4l2: move G_END_DECLS to the end 2010-01-18 14:57:42 +02:00
gstv4l2colorbalance.c
gstv4l2colorbalance.h
gstv4l2object.c v4l2: Make sure to initialize variables before using them 2009-11-11 10:45:23 +01:00
gstv4l2object.h v4l2: Include sys/ioctl.h for the V4L ioctl requests 2009-10-09 11:34:16 +02:00
gstv4l2sink.c docs: fix gtk-doc warnings 2009-09-10 10:26:23 +03:00
gstv4l2sink.h docs: fix gtk-doc warnings 2009-09-10 10:26:23 +03:00
gstv4l2src.c v4l2src: fix memory leak in new uri handler code 2010-01-05 09:49:16 +00:00
gstv4l2src.h v4l2src: add a function pointer for get_frame function and optimize a bit 2009-09-11 22:24:47 +03:00
gstv4l2tuner.c
gstv4l2tuner.h
gstv4l2vidorient.c
gstv4l2vidorient.h
gstv4l2xoverlay.c
gstv4l2xoverlay.h
Makefile.am
README
v4l2_calls.c v4l2: fix unportable printf format 2010-02-01 09:18:53 +00:00
v4l2_calls.h
v4l2src_calls.c v4l2src: don't deref NULL 2010-01-25 17:23:43 +02:00
v4l2src_calls.h

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/.

Articles:
          http://lwn.net/Articles/203924/