diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2011-01-16 15:21:02 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-21 19:31:48 -0400 |
commit | db4d56835e07ec793f143431170ba2fc17bf0191 (patch) | |
tree | d226ac8173cebb4c244bab3001eeb9818c179751 /Documentation | |
parent | e007a32526e9c5fc2746f0b84a32d3355f129634 (diff) |
[media] DocBook/v4l: fix validation errors
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/DocBook/v4l/planar-apis.xml | 14 | ||||
-rw-r--r-- | Documentation/DocBook/v4l/v4l2.xml | 1 |
2 files changed, 8 insertions, 7 deletions
diff --git a/Documentation/DocBook/v4l/planar-apis.xml b/Documentation/DocBook/v4l/planar-apis.xml index 8be7552b37de..7f3f5527057e 100644 --- a/Documentation/DocBook/v4l/planar-apis.xml +++ b/Documentation/DocBook/v4l/planar-apis.xml | |||
@@ -53,28 +53,28 @@ | |||
53 | <variablelist> | 53 | <variablelist> |
54 | <varlistentry> | 54 | <varlistentry> |
55 | <term>&VIDIOC-QUERYCAP;</term> | 55 | <term>&VIDIOC-QUERYCAP;</term> |
56 | <listitem>Two additional multi-planar capabilities are added. They can | 56 | <listitem><para>Two additional multi-planar capabilities are added. They can |
57 | be set together with non-multi-planar ones for devices that handle | 57 | be set together with non-multi-planar ones for devices that handle |
58 | both single- and multi-planar formats.</listitem> | 58 | both single- and multi-planar formats.</para></listitem> |
59 | </varlistentry> | 59 | </varlistentry> |
60 | <varlistentry> | 60 | <varlistentry> |
61 | <term>&VIDIOC-G-FMT;, &VIDIOC-S-FMT;, &VIDIOC-TRY-FMT;</term> | 61 | <term>&VIDIOC-G-FMT;, &VIDIOC-S-FMT;, &VIDIOC-TRY-FMT;</term> |
62 | <listitem>New structures for describing multi-planar formats are added: | 62 | <listitem><para>New structures for describing multi-planar formats are added: |
63 | &v4l2-pix-format-mplane; and &v4l2-plane-pix-format;. Drivers may | 63 | &v4l2-pix-format-mplane; and &v4l2-plane-pix-format;. Drivers may |
64 | define new multi-planar formats, which have distinct FourCC codes from | 64 | define new multi-planar formats, which have distinct FourCC codes from |
65 | the existing single-planar ones. | 65 | the existing single-planar ones.</para> |
66 | </listitem> | 66 | </listitem> |
67 | </varlistentry> | 67 | </varlistentry> |
68 | <varlistentry> | 68 | <varlistentry> |
69 | <term>&VIDIOC-QBUF;, &VIDIOC-DQBUF;, &VIDIOC-QUERYBUF;</term> | 69 | <term>&VIDIOC-QBUF;, &VIDIOC-DQBUF;, &VIDIOC-QUERYBUF;</term> |
70 | <listitem>A new &v4l2-plane; structure for describing planes is added. | 70 | <listitem><para>A new &v4l2-plane; structure for describing planes is added. |
71 | Arrays of this structure are passed in the new | 71 | Arrays of this structure are passed in the new |
72 | <structfield>m.planes</structfield> field of &v4l2-buffer;. | 72 | <structfield>m.planes</structfield> field of &v4l2-buffer;.</para> |
73 | </listitem> | 73 | </listitem> |
74 | </varlistentry> | 74 | </varlistentry> |
75 | <varlistentry> | 75 | <varlistentry> |
76 | <term>&VIDIOC-REQBUFS;</term> | 76 | <term>&VIDIOC-REQBUFS;</term> |
77 | <listitem>Will allocate multi-planar buffers as requested.</listitem> | 77 | <listitem><para>Will allocate multi-planar buffers as requested.</para></listitem> |
78 | </varlistentry> | 78 | </varlistentry> |
79 | </variablelist> | 79 | </variablelist> |
80 | </section> | 80 | </section> |
diff --git a/Documentation/DocBook/v4l/v4l2.xml b/Documentation/DocBook/v4l/v4l2.xml index 9c7a1751ba1e..c3d699173c17 100644 --- a/Documentation/DocBook/v4l/v4l2.xml +++ b/Documentation/DocBook/v4l/v4l2.xml | |||
@@ -129,6 +129,7 @@ applications. --> | |||
129 | 129 | ||
130 | <revision> | 130 | <revision> |
131 | <revnumber>2.6.38</revnumber> | 131 | <revnumber>2.6.38</revnumber> |
132 | <date>2011-01-16</date> | ||
132 | <authorinitials>po</authorinitials> | 133 | <authorinitials>po</authorinitials> |
133 | <revremark>Added the <link linkend="planar-apis">multi-planar API</link>. | 134 | <revremark>Added the <link linkend="planar-apis">multi-planar API</link>. |
134 | </revremark> | 135 | </revremark> |