docs/pwg/: Change index layout slightly.

Original commit message from CVS:
2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>

* docs/pwg/advanced_dparams.xml:
* docs/pwg/advanced_scheduling.xml:
Change index layout slightly.
This commit is contained in:
Ronald S. Bultje 2004-01-28 09:22:01 +00:00
parent fd48a37fb0
commit 1cd5fa3b07
3 changed files with 36 additions and 30 deletions

View file

@ -1,3 +1,9 @@
2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
* docs/pwg/advanced_dparams.xml:
* docs/pwg/advanced_scheduling.xml:
Change index layout slightly.
2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
* docs/pwg/advanced_clock.xml:

View file

@ -56,9 +56,8 @@
</tgroup>
</informaltable>
</sect1>
</chapter>
<chapter id="cha-dparam-start">
<sect1 id="sect-dparam-start">
<title>Getting Started</title>
<para>
@ -122,10 +121,9 @@
...
}
</programlisting>
</sect1>
</chapter>
<chapter id="cha-dparam-define">
<sect1 id="sect-dparam-define">
<title>Defining Parameter Specificiations</title>
<para>
You can define the dparams you need anywhere within your element but will
@ -199,7 +197,7 @@
</listitem>
</itemizedlist>
</para>
<sect1 id="sect-dparam-direct">
<sect2 id="sect-dparam-direct">
<title>Direct Method</title>
<para>
This method is the simplest and has the lowest overhead for parameters
@ -237,8 +235,8 @@
You can now use <filename>example-&gt;volume</filename> anywhere in your
element knowing that it will always contain the correct value to use.
</para>
</sect1>
<sect1 id="sect-dparam-callback">
</sect2>
<sect2 id="sect-dparam-callback">
<title>Callback Method</title>
<para>
This should be used if the you have other values to calculate whenever a
@ -306,8 +304,8 @@ gst_example_update_volume(GValue *value, gpointer data)
Now <filename>example-&gt;volume_i</filename> can be used elsewhere and it
will always contain the correct value.
</para>
</sect1>
<sect1 id="sect-dparam-array">
</sect2>
<sect2 id="sect-dparam-array">
<title>Array Method</title>
<para>
This method is quite different from the other two. It could be thought of
@ -339,10 +337,10 @@ gst_example_update_volume(GValue *value, gpointer data)
not yet ready to be used in elements, but plugin writers should be aware
of its existance for the future.
</para>
</sect1>
</chapter>
</sect2>
</sect1>
<chapter id="cha-dparam-loop">
<sect1 id="cha-dparam-loop">
<title>The Data Processing Loop</title>
<para>
This is the most critical aspect of the dparams subsystem as it relates to
@ -441,7 +439,7 @@ example_chain (GstPad *pad, GstBuffer *buf)
<filename>GST_DPMAN_PREPROCESS</filename> depending on the mode that the
dparam manager is running in (see below).
</para>
<sect1 id="sect-dparam-modes">
<sect2 id="sect-dparam-modes">
<title>DParam Manager Modes</title>
<para>
A brief explanation of dparam manager modes might be useful here even
@ -491,8 +489,8 @@ example_chain (GstPad *pad, GstBuffer *buf)
mode this could be done without affecting the sample accuracy of the
parameter updates
</para>
</sect1>
<sect1 id="sect-dparam-audio-video">
</sect2>
<sect2 id="sect-dparam-audio-video">
<title>DParam Manager Modes</title>
<para>
All of the explanation so far has presumed that the buffer contains audio
@ -504,5 +502,6 @@ example_chain (GstPad *pad, GstBuffer *buf)
required. For more than one frame per buffer, treat it the same as the
audio case.
</para>
</sect1>
</sect2>
</sect1>
</chapter>

View file

@ -356,18 +356,19 @@ gst_my_filter_change_state (GstElement *element)
usable version of bytestream, too.
</para>
</sect1>
</chapter>
<chapter id="cha-loopbased-secnd">
<title>Adding a second output</title>
<para>
Identity is now a tee
</para>
</chapter>
<chapter id="cha-loopbased-modappl">
<title>Modifying the test application</title>
<para>
</para>
<sect1 id="sect-loopbased-secnd">
<title>Adding a second output</title>
<para>
Identity is now a tee
</para>
</sect1>
<sect1 id="sect-loopbased-modappl">
<title>Modifying the test application</title>
<para>
WRITEME
</para>
</sect1>
</chapter>