mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
4efcdf17bb
Original commit message from CVS: more doc fixes
33 lines
878 B
XML
33 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>
|