2003-05-18 15:04:26 +00:00
|
|
|
<?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" [
|
2004-02-12 17:23:37 +00:00
|
|
|
<!ENTITY % version-entities SYSTEM "../version.entities">
|
|
|
|
%version-entities;
|
2003-06-29 15:06:26 +00:00
|
|
|
<!ENTITY GstGetbits SYSTEM "xml/gstgetbits.xml">
|
|
|
|
<!ENTITY GstControl SYSTEM "xml/gstcontrol.xml">
|
2004-05-19 16:37:53 +00:00
|
|
|
<!ENTITY GstDataProtocol SYSTEM "xml/gstdataprotocol.xml">
|
2000-10-22 16:27:21 +00:00
|
|
|
|
|
|
|
]>
|
|
|
|
|
|
|
|
|
|
|
|
<book>
|
|
|
|
<bookinfo>
|
2004-02-12 17:23:37 +00:00
|
|
|
<title>GStreamer Library &GST_MAJORMINOR; API Reference (&GST_VERSION;)</title>
|
2000-10-22 16:27:21 +00:00
|
|
|
</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;
|
2003-05-18 15:04:26 +00:00
|
|
|
&GstControl;
|
2004-05-19 16:37:53 +00:00
|
|
|
&GstDataProtocol;
|
2000-10-22 16:27:21 +00:00
|
|
|
|
|
|
|
</chapter>
|
|
|
|
|
|
|
|
</book>
|