gstreamer/sys/v4l2
Tim-Philipp Müller 4efb953270 Update for GST_FOURCC_FORMAT API change.
Original commit message from CVS:
* ext/directfb/dfbvideosink.c:
(gst_dfbvideosink_get_format_from_caps):
* ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create):
* gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
(qtdemux_parse), (qtdemux_type_get), (qtdemux_node_dump_foreach),
(qtdemux_dump_hdlr), (qtdemux_dump_dref), (qtdemux_dump_stsd),
(qtdemux_dump_dcom), (qtdemux_parse_trak), (qtdemux_video_caps),
(qtdemux_audio_caps):
* sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
* sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
(gst_v4l2src_capture_init), (gst_v4l2src_get_size_limits):
Update for GST_FOURCC_FORMAT API change.
2005-11-21 14:39:04 +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 *.h: Revert indenting 2004-03-15 16:32:54 +00:00
gstv4l2element.c Fix up all the state change functions. 2005-09-05 17:20:29 +00:00
gstv4l2element.h 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
gstv4l2src.c Update for GST_FOURCC_FORMAT API change. 2005-11-21 14:39:04 +00:00
gstv4l2src.h sys/v4l2/gstv4l2element.h: Yet Another Hack (tm) for kernel header borkedness. 2004-10-24 15:47:40 +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 *.h: Revert indenting 2004-03-15 16:32:54 +00:00
gstv4l2xoverlay.c sys/: Add debug categories, fix overlay disabling. 2005-01-10 11:16:13 +00:00
gstv4l2xoverlay.h 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
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 sys/v4l2/gstv4l2element.c: Flag typo. 2004-10-24 19:13:58 +00:00
v4l2_calls.h 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
v4l2src_calls.c Update for GST_FOURCC_FORMAT API change. 2005-11-21 14:39:04 +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/.