[media] DocBook/v4l: fix validation errors

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Hans Verkuil 2011-01-16 17:21:02 -03:00 committed by Mauro Carvalho Chehab
parent e007a32526
commit db4d56835e
2 changed files with 8 additions and 7 deletions

View file

@ -53,28 +53,28 @@
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term>&VIDIOC-QUERYCAP;</term> <term>&VIDIOC-QUERYCAP;</term>
<listitem>Two additional multi-planar capabilities are added. They can <listitem><para>Two additional multi-planar capabilities are added. They can
be set together with non-multi-planar ones for devices that handle be set together with non-multi-planar ones for devices that handle
both single- and multi-planar formats.</listitem> both single- and multi-planar formats.</para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>&VIDIOC-G-FMT;, &VIDIOC-S-FMT;, &VIDIOC-TRY-FMT;</term> <term>&VIDIOC-G-FMT;, &VIDIOC-S-FMT;, &VIDIOC-TRY-FMT;</term>
<listitem>New structures for describing multi-planar formats are added: <listitem><para>New structures for describing multi-planar formats are added:
&v4l2-pix-format-mplane; and &v4l2-plane-pix-format;. Drivers may &v4l2-pix-format-mplane; and &v4l2-plane-pix-format;. Drivers may
define new multi-planar formats, which have distinct FourCC codes from define new multi-planar formats, which have distinct FourCC codes from
the existing single-planar ones. the existing single-planar ones.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>&VIDIOC-QBUF;, &VIDIOC-DQBUF;, &VIDIOC-QUERYBUF;</term> <term>&VIDIOC-QBUF;, &VIDIOC-DQBUF;, &VIDIOC-QUERYBUF;</term>
<listitem>A new &v4l2-plane; structure for describing planes is added. <listitem><para>A new &v4l2-plane; structure for describing planes is added.
Arrays of this structure are passed in the new Arrays of this structure are passed in the new
<structfield>m.planes</structfield> field of &v4l2-buffer;. <structfield>m.planes</structfield> field of &v4l2-buffer;.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>&VIDIOC-REQBUFS;</term> <term>&VIDIOC-REQBUFS;</term>
<listitem>Will allocate multi-planar buffers as requested.</listitem> <listitem><para>Will allocate multi-planar buffers as requested.</para></listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>
</section> </section>

View file

@ -129,6 +129,7 @@ applications. -->
<revision> <revision>
<revnumber>2.6.38</revnumber> <revnumber>2.6.38</revnumber>
<date>2011-01-16</date>
<authorinitials>po</authorinitials> <authorinitials>po</authorinitials>
<revremark>Added the <link linkend="planar-apis">multi-planar API</link>. <revremark>Added the <link linkend="planar-apis">multi-planar API</link>.
</revremark> </revremark>