gstreamer/docs/libs/gstreamer-libs-docs.sgml
Benjamin Otte 4efcdf17bb more doc fixes
Original commit message from CVS:
more doc fixes
2003-06-29 15:06:26 +00:00

34 lines
878 B
XML

<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY GstGetbits SYSTEM "xml/gstgetbits.xml">
<!ENTITY GstPutbits SYSTEM "xml/gstputbits.xml">
<!ENTITY GstControl SYSTEM "xml/gstcontrol.xml">
<!ENTITY GstIDCT SYSTEM "xml/gstidct.xml">
]>
<book>
<bookinfo>
<title>GStreamer Library Reference Manual</title>
</bookinfo>
<chapter id="gstreamer-libs">
<title>GStreamer Libraries</title>
<para>
To ease the creation of plugins, a library system was created. The most common
functions for a plugin can be found in a library.
</para>
<para>
GStreamer provides some standard libraries you can use to create plugins.
</para>
&GstGetbits;
&GstPutbits;
&GstIDCT;
&GstControl;
</chapter>
</book>