gstreamer/sys/v4l
Ronald S. Bultje 7980d055bb Remind myself to change these changes back when we trash gtk-1.2
Original commit message from CVS:
Remind myself to change these changes back when we trash gtk-1.2
2002-01-07 19:19:29 +00:00
..
gstv4lelement.c Bugfixes - better said, v4lsrc works again (it was broken?) and v4lmjpegsrc/sink are being worked on 2002-01-04 23:58:11 +00:00
gstv4lelement.h Small changes and integration of norm and input autodetection for mjpegv4lsrc 2001-12-28 19:54:23 +00:00
gstv4lmjpegsink.c Bugfixes - better said, v4lsrc works again (it was broken?) and v4lmjpegsrc/sink are being worked on 2002-01-04 23:58:11 +00:00
gstv4lmjpegsink.h First version of a MJPEG-V4L sink plugin 2001-12-24 21:42:14 +00:00
gstv4lmjpegsrc.c rrrrrrrrrrrrrrright, v4lmjpegsrc works 2002-01-06 21:38:22 +00:00
gstv4lmjpegsrc.h Minor updates 2001-12-24 21:43:31 +00:00
gstv4lsrc.c Compile fixes for gtk-1.2 2002-01-07 19:17:02 +00:00
gstv4lsrc.h Compile fixes for gtk-1.2 2002-01-07 19:17:02 +00:00
Makefile.am more distcheck fixes 2001-12-25 22:30:51 +00:00
README Minor updates 2001-12-24 21:43:31 +00:00
TODO Remind myself to change these changes back when we trash gtk-1.2 2002-01-07 19:19:29 +00:00
v4l_calls.c Small changes and integration of norm and input autodetection for mjpegv4lsrc 2001-12-28 19:54:23 +00:00
v4l_calls.h New video4linux plugins, can also handle hardware JPEG devices. First check-in, probably has lots of bugs which will ... 2001-12-23 15:31:15 +00:00
v4lmjpegsink_calls.c Small changes and integration of norm and input autodetection for mjpegv4lsrc 2001-12-28 19:54:23 +00:00
v4lmjpegsink_calls.h First version of a MJPEG-V4L sink plugin 2001-12-24 21:42:14 +00:00
v4lmjpegsrc_calls.c Small changes and integration of norm and input autodetection for mjpegv4lsrc 2001-12-28 19:54:23 +00:00
v4lmjpegsrc_calls.h Minor updates 2001-12-24 21:43:31 +00:00
v4lsrc_calls.c Some more explicit palette type handling 2002-01-07 09:31:34 +00:00
v4lsrc_calls.h Some more explicit palette type handling 2002-01-07 09:31:34 +00:00
videodev_mjpeg.h New video4linux plugins, can also handle hardware JPEG devices. First check-in, probably has lots of bugs which will ... 2001-12-23 15:31:15 +00:00

General Idea:
=============

                            _____/ gstv4lsrc.[ch]
                      _____/     \ v4lsrc_calls.[ch]
                     /
gstv4lelement.[ch] _/____________/ gstv4lmjpegsrc.[ch]
v4l_calls.[ch]      \            \ v4lmjpegsrc_calls.[ch]
                     \_____
                           \_____/ gstv4lmjpegsink.[ch]
                                 \ v4lmjpegsink_calls.[ch]

I.e., all the files on the right are child classes of
the v4lelement 'parent' on the left.

* v4lelement handles generic v4l stuff (picture settings,
    audio, norm/input setting, open()/close())
* v4lsrc, v4lmjpegsrc handle the capture specific
    functions. Maybe we'd need a v4lmpegsrc too
* v4lmjpegsink handles mjpeg hardware playback of video

Useful Documentation:
=====================
MJPEG/V4L API : ./videodev_mjpeg.h             
V4L API       : /usr/include/linux/videodev.h or
                http://roadrunner.swansea.uk.linux.org/v4l.shtml
V4L2 API      : http://www.thedirks.org/v4l2/
BSD/Meteor API: /usr/include/machine/ioctl_meteor.h
mjpegtools    : http://www.sourceforge.net/projects/mjpeg