]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
[media] Make 2.6.39 not 2.6.38 the version when Multi-planar API was added
authorPawel Osciak <pawel@osciak.com>
Sun, 13 Mar 2011 18:20:22 +0000 (15:20 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 22 Mar 2011 07:55:04 +0000 (04:55 -0300)
Multi-planar API was added to 2.6.39 version of Video for Linux 2 API.

Signed-off-by: Pawel Osciak <pawel@osciak.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Documentation/DocBook/v4l/compat.xml
Documentation/DocBook/v4l/v4l2.xml

index 4d74bf24e114a625ee88aa879fb792714d61041b..9f7cd4f2579220f08082bd91d79dc04bd65fcd5a 100644 (file)
@@ -2354,8 +2354,11 @@ that used it. It was originally scheduled for removal in 2.6.35.
       </orderedlist>
     </section>
     <section>
-      <title>V4L2 in Linux 2.6.38</title>
+      <title>V4L2 in Linux 2.6.39</title>
       <orderedlist>
+        <listitem>
+          <para>The old VIDIOC_*_OLD symbols and V4L1 support were removed.</para>
+        </listitem>
         <listitem>
           <para>Multi-planar API added. Does not affect the compatibility of
           current drivers and applications. See
@@ -2364,14 +2367,6 @@ that used it. It was originally scheduled for removal in 2.6.35.
         </listitem>
       </orderedlist>
     </section>
-    <section>
-      <title>V4L2 in Linux 2.6.39</title>
-      <orderedlist>
-        <listitem>
-          <para>The old VIDIOC_*_OLD symbols and V4L1 support were removed.</para>
-        </listitem>
-      </orderedlist>
-    </section>
 
     <section id="other">
       <title>Relation of V4L2 to other Linux multimedia APIs</title>
index ae7a069d61d5c80edc67521ed971c785ea471161..a7fd76d0dac1f6e04e8961e94fb29cc430bf2053 100644 (file)
@@ -130,17 +130,8 @@ applications. -->
       <revision>
        <revnumber>2.6.39</revnumber>
        <date>2011-03-01</date>
-       <authorinitials>mcc</authorinitials>
-       <revremark>Removed VIDIOC_*_OLD from videodev2.h header and update it to reflect latest changes.
-       </revremark>
-      </revision>
-
-      <revision>
-       <revnumber>2.6.38</revnumber>
-       <date>2011-01-16</date>
-       <authorinitials>po</authorinitials>
-       <revremark>Added the <link linkend="planar-apis">multi-planar API</link>.
-       </revremark>
+       <authorinitials>mcc, po</authorinitials>
+       <revremark>Removed VIDIOC_*_OLD from videodev2.h header and update it to reflect latest changes. Added the <link linkend="planar-apis">multi-planar API</link>.</revremark>
       </revision>
 
       <revision>