aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/v4l/compat.xml
diff options
context:
space:
mode:
authorPawel Osciak <pawel@osciak.com>2011-01-06 23:41:33 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-03-21 19:31:35 -0400
commit53b5d5749b6fcca37c7ad60cd40feafadd390b70 (patch)
tree136a77c82f6913607af0ac575d66880b12bc65d2 /Documentation/DocBook/v4l/compat.xml
parentc4c0a78d459f2e4fcc7c4f3621a34e71ec7970d0 (diff)
[media] Add multi-planar API documentation
Add DocBook documentation for the new multi-planar API extensions to the Video for Linux 2 API DocBook. Signed-off-by: Pawel Osciak <pawel@osciak.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/DocBook/v4l/compat.xml')
-rw-r--r--Documentation/DocBook/v4l/compat.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/DocBook/v4l/compat.xml b/Documentation/DocBook/v4l/compat.xml
index c9ce61d981f5..223c24c536b7 100644
--- a/Documentation/DocBook/v4l/compat.xml
+++ b/Documentation/DocBook/v4l/compat.xml
@@ -2353,6 +2353,17 @@ that used it. It was originally scheduled for removal in 2.6.35.
2353 </listitem> 2353 </listitem>
2354 </orderedlist> 2354 </orderedlist>
2355 </section> 2355 </section>
2356 <section>
2357 <title>V4L2 in Linux 2.6.38</title>
2358 <orderedlist>
2359 <listitem>
2360 <para>Multi-planar API added. Does not affect the compatibility of
2361 current drivers and applications. See
2362 <link linkend="planar-apis">multi-planar API</link>
2363 for details.</para>
2364 </listitem>
2365 </orderedlist>
2366 </section>
2356 2367
2357 <section id="other"> 2368 <section id="other">
2358 <title>Relation of V4L2 to other Linux multimedia APIs</title> 2369 <title>Relation of V4L2 to other Linux multimedia APIs</title>