mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
docs/libs/gstreamer-libs-docs.sgml: reorder (put dp into a chapter) and indent
Original commit message from CVS: * docs/libs/gstreamer-libs-docs.sgml: reorder (put dp into a chapter) and indent
This commit is contained in:
parent
40b94d3b15
commit
c61315c019
3 changed files with 47 additions and 42 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-06-11 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* docs/libs/gstreamer-libs-docs.sgml:
|
||||
reorder (put dp into a chapter) and indent
|
||||
|
||||
2006-06-10 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* configure.ac:
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 7ae3fb3bea2b518268add7962f95b7e23624b42f
|
||||
Subproject commit dd85f550441bd5722b98f4dd304e40826383240f
|
|
@ -22,7 +22,7 @@
|
|||
<!ENTITY GstNetTimePacket SYSTEM "xml/gstnettimepacket.xml">
|
||||
<!ENTITY GstNetTimeProvider SYSTEM "xml/gstnettimeprovider.xml">
|
||||
|
||||
<!-- generated by gtkdoc-mkdb, stupid name -->
|
||||
<!-- generated by gtkdoc-mkdb -->
|
||||
<!ENTITY gstreamer-libs-tree-index SYSTEM "xml/tree_index.sgml">
|
||||
|
||||
<!ENTITY hash "#">
|
||||
|
@ -42,55 +42,55 @@
|
|||
<para>
|
||||
GStreamer provides some standard libraries you can use to create plugins.
|
||||
</para>
|
||||
&GstDataProtocol;
|
||||
|
||||
<chapter id="gstreamer-base">
|
||||
<title>GStreamer Base and Utillity Classes</title>
|
||||
<para>
|
||||
libgstbase-&GST_MAJORMINOR;.so provides some base classes to be extended
|
||||
by elements and utillity classes that are most useful for plugin developers.
|
||||
</para>
|
||||
|
||||
&GstBaseSrc;
|
||||
&GstBaseSink;
|
||||
&GstBaseTransform;
|
||||
&GstPushSrc;
|
||||
|
||||
&GstAdapter;
|
||||
&GstCollectPads;
|
||||
&GstTypeFindHelper;
|
||||
|
||||
</chapter>
|
||||
<title>GStreamer Base and Utillity Classes</title>
|
||||
<para>
|
||||
libgstbase-&GST_MAJORMINOR;.so provides some base classes to be extended
|
||||
by elements and utillity classes that are most useful for plugin developers.
|
||||
</para>
|
||||
|
||||
&GstBaseSrc;
|
||||
&GstBaseSink;
|
||||
&GstBaseTransform;
|
||||
&GstPushSrc;
|
||||
|
||||
&GstAdapter;
|
||||
&GstCollectPads;
|
||||
&GstTypeFindHelper;
|
||||
</chapter>
|
||||
|
||||
<chapter id="gstreamer-control">
|
||||
<title>gstcontrol</title>
|
||||
<title>GStreamer Dynamic Parameter Control</title>
|
||||
&GstController;
|
||||
&GstControllerGObject;
|
||||
</chapter>
|
||||
|
||||
<chapter id="gstreamer-net">
|
||||
<title>GStreamer Network Classes</title>
|
||||
<para>
|
||||
libgstnet-&GST_MAJORMINOR;.so provides network elements and objects.
|
||||
</para>
|
||||
|
||||
&GstNetClientClock;
|
||||
&GstNetTimePacket;
|
||||
&GstNetTimeProvider;
|
||||
</chapter>
|
||||
|
||||
<chapter id="gstreamer-check">
|
||||
<title>GStreamer Check Unit Testing</title>
|
||||
<para>
|
||||
libgstcheck-&GST_MAJORMINOR;.so provides functionality for writing
|
||||
unit tests that use the check framework.
|
||||
</para>
|
||||
|
||||
&GstCheck;
|
||||
</chapter>
|
||||
|
||||
|
||||
<chapter id="gstreamer-dataprotocol">
|
||||
<title>GStreamer Data Protocol</title>
|
||||
&GstDataProtocol;
|
||||
</chapter>
|
||||
|
||||
<chapter id="gstreamer-net">
|
||||
<title>GStreamer Network Classes</title>
|
||||
<para>
|
||||
libgstnet-&GST_MAJORMINOR;.so provides network elements and objects.
|
||||
</para>
|
||||
|
||||
&GstNetClientClock;
|
||||
&GstNetTimePacket;
|
||||
&GstNetTimeProvider;
|
||||
</chapter>
|
||||
|
||||
<chapter id="gstreamer-check">
|
||||
<title>GStreamer Check Unit Testing</title>
|
||||
<para>
|
||||
libgstcheck-&GST_MAJORMINOR;.so provides functionality for writing
|
||||
unit tests that use the check framework.
|
||||
</para>
|
||||
|
||||
&GstCheck;
|
||||
</chapter>
|
||||
</part>
|
||||
|
||||
<part id="gstreamer-libs-hierarchy">
|
||||
|
|
Loading…
Reference in a new issue