diff options
author | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-05-31 20:36:07 +0000 |
---|---|---|
committer | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-05-31 20:36:07 +0000 |
commit | b03199444c8f0714e1d4cdaa7146c051e73525c0 (patch) | |
tree | 5f9a75904e27803a0faec7e7ef3deddf0cf71742 /sys/v4l2 | |
parent | 011ce368b214f489a7efe6917da5ece305f03e81 (diff) | |
download | gst-plugins-bad-b03199444c8f0714e1d4cdaa7146c051e73525c0.tar.gz gst-plugins-bad-b03199444c8f0714e1d4cdaa7146c051e73525c0.tar.bz2 gst-plugins-bad-b03199444c8f0714e1d4cdaa7146c051e73525c0.zip |
- update links to v4l[12] API docs
Original commit message from CVS:
- update links to v4l[12] API docs
- remove a dupe in AUTHORS list
Diffstat (limited to 'sys/v4l2')
-rw-r--r-- | sys/v4l2/README | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/v4l2/README b/sys/v4l2/README index f10c27c2..bf90939b 100644 --- a/sys/v4l2/README +++ b/sys/v4l2/README @@ -11,7 +11,7 @@ v4l2element ---= 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 applicaiton using v4l2src/v4l2sink, will +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. @@ -20,5 +20,9 @@ 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://thedirks.org/v4l2/. Kernel patches available from - http://bytesex.org/patches/. +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/. |