summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/v4l2_calls.h
Commit message (Collapse)AuthorAgeFilesLines
* I'm such an idiot - these files should have been in a week agoRonald S. Bultje2002-09-281-2/+1
| | | | | Original commit message from CVS: I'm such an idiot - these files should have been in a week ago
* this adds video4linux2 source and element plugins. The division in v4l2* ↵Ronald S. Bultje2002-09-091-0/+135
plugins is the same as for v4l1 - i.e. an el... Original commit message from CVS: this adds video4linux2 source and element plugins. The division in v4l2* plugins is the same as for v4l1 - i.e. an element, a src and a sink, but there won't be separate encoding plugins (like v4lmjpegsrc) - all functionality is (thanks to video4linux2) integrated in one plugin: v4l2src. v4l2sink is still to be done, that'll come later.