Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | v4l plugins: add open/close signals v4l2 plugins: add open/close signals ↵ | Ronald S. Bultje | 2002-11-13 | 1 | -0/+2 |
| | | | | | | | | | | | | | | move source format enumeration from v4l2elem... Original commit message from CVS: v4l plugins: * add open/close signals v4l2 plugins: * add open/close signals * move source format enumeration from v4l2element to v4l2src * adapt to the final v4l2 API in kernel 2.5 (patches for 2.4 on http://bytesex.org/patches) * small tweaks | ||||
* | this adds video4linux2 source and element plugins. The division in v4l2* ↵ | Ronald S. Bultje | 2002-09-09 | 1 | -0/+45 |
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. |