manual: move section around
authorWim Taymans <wim.taymans@collabora.co.uk>
Tue, 2 Oct 2012 14:47:05 +0000 (16:47 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Tue, 2 Oct 2012 14:47:05 +0000 (16:47 +0200)
docs/manual/advanced-dataaccess.xml

index ec04ed0..6f5fd50 100644 (file)
@@ -672,22 +672,22 @@ main (int argc, char *argv[])
 <!-- example-end appsink.c --></programlisting>
       </sect3>
     </sect2>
+  </sect1>
 
-    <sect2 id="section-spoof-format">
-      <title>Forcing a format</title>
-      <para>
-        Sometimes you'll want to set a specific format, for example a video
-        size and format or an audio bitsize and number of channels. You can
-        do this by forcing a specific <classname>GstCaps</classname> on
-        the pipeline, which is possible by using
-        <emphasis>filtered caps</emphasis>. You can set a filtered caps on
-        a link by using the <quote>capsfilter</quote> element in between the
-        two elements, and specifying a <classname>GstCaps</classname> as
-        <quote>caps</quote> property on this element. It will then
-        only allow types matching that specified capability set for
-       negotiation.  See also <xref linkend="section-caps-filter"/>.
-      </para>
-    </sect2>
+  <sect1 id="section-spoof-format">
+    <title>Forcing a format</title>
+    <para>
+      Sometimes you'll want to set a specific format, for example a video
+      size and format or an audio bitsize and number of channels. You can
+      do this by forcing a specific <classname>GstCaps</classname> on
+      the pipeline, which is possible by using
+      <emphasis>filtered caps</emphasis>. You can set a filtered caps on
+      a link by using the <quote>capsfilter</quote> element in between the
+      two elements, and specifying a <classname>GstCaps</classname> as
+      <quote>caps</quote> property on this element. It will then
+      only allow types matching that specified capability set for
+      negotiation.  See also <xref linkend="section-caps-filter"/>.
+    </para>
   </sect1>
 
   <sect1 id="section-data-manager">