gstreamer/sys/v4l2
Wim Taymans 4a0b3b8fda sys/v4l2/: Framerate can be 0/1 too.
Original commit message from CVS:
* sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_all_caps),
(gst_v4l2src_get_caps):
* sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
Framerate can be 0/1 too.
Init framerate to 0/1 before querying it so that we can detect
devices that don't know about a framerate.
Add some more debugging info.
2006-09-28 17:08:47 +00:00
..
.gitignore add cvsignores 2003-09-11 19:17:02 +00:00
gstv4l2.c sys/v4l2/: Whitespace cleanups, dashify property-names. 2006-09-02 14:45:04 +00:00
gstv4l2colorbalance.c sys/v4l2/Makefile.am: Fix makefile, list libs in stack order. 2006-09-26 13:18:06 +00:00
gstv4l2colorbalance.h sys/v4l2/Makefile.am: Fix makefile, list libs in stack order. 2006-09-26 13:18:06 +00:00
gstv4l2object.c sys/v4l2/: Renamed some properties to match the tuner interface naming. 2006-09-27 17:04:22 +00:00
gstv4l2object.h sys/v4l2/: Renamed some properties to match the tuner interface naming. 2006-09-27 17:04:22 +00:00
gstv4l2src.c sys/v4l2/: Framerate can be 0/1 too. 2006-09-28 17:08:47 +00:00
gstv4l2src.h Removed set-undef-fps. 2006-09-27 17:47:57 +00:00
gstv4l2tuner.c sys/v4l2/: Renamed some properties to match the tuner interface naming. 2006-09-27 17:04:22 +00:00
gstv4l2tuner.h sys/v4l2/Makefile.am: Fix makefile, list libs in stack order. 2006-09-26 13:18:06 +00:00
gstv4l2vidorient.c docs/plugins/: Add v4l2 plugin to the docs. 2006-09-26 14:17:54 +00:00
gstv4l2vidorient.h sys/v4l2/Makefile.am: Fix makefile, list libs in stack order. 2006-09-26 13:18:06 +00:00
gstv4l2xoverlay.c Small cleanups. 2006-09-27 16:14:18 +00:00
gstv4l2xoverlay.h sys/v4l2/Makefile.am: Fix makefile, list libs in stack order. 2006-09-26 13:18:06 +00:00
Makefile.am sys/v4l2/Makefile.am: Fix makefile, list libs in stack order. 2006-09-26 13:18:06 +00:00
README - update links to v4l[12] API docs 2004-05-31 20:36:07 +00:00
v4l2_calls.c sys/v4l2/: Framerate can be 0/1 too. 2006-09-28 17:08:47 +00:00
v4l2_calls.h sys/v4l2/Makefile.am: Fix makefile, list libs in stack order. 2006-09-26 13:18:06 +00:00
v4l2src_calls.c sys/v4l2/: Renamed some properties to match the tuner interface naming. 2006-09-27 17:04:22 +00:00
v4l2src_calls.h sys/v4l2/Makefile.am: Fix makefile, list libs in stack order. 2006-09-26 13:18:06 +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/.