49bf5e0be8e490748131c3d4dfb6692af493807b
[platform/upstream/gstreamer.git] / docs / libs / gstreamer-libs-docs.sgml
1 <!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
2
3 <!entity GstColorSpace SYSTEM "sgml/gstcolorspace.sgml">
4 <!entity GstGetbits SYSTEM "sgml/gstgetbits.sgml">
5 <!entity GstIDCT SYSTEM "sgml/gstidct.sgml">
6 <!entity GstPutbits SYSTEM "sgml/gstputbits.sgml">
7 <!entity GstVideoScale SYSTEM "sgml/gstvideoscale.sgml">
8 <!entity GstRiff SYSTEM "sgml/gstriff.sgml">
9
10 ]>
11
12
13 <book>
14   <bookinfo>
15     <title>GStreamer Library Reference Manual</title>
16   </bookinfo>
17   <chapter id="gstreamer-libs">
18     <title>GStreamer Libraries</title>
19
20     <para>
21       To ease the creation of plugins, a library system was created. The most common
22       functions for a plugin can be found in a library.
23     </para>
24     <para>
25       GStreamer provides some standard libraries you can use to create plugins.
26     </para>
27       &GstColorSpace;
28       &GstGetbits;
29       &GstIDCT;
30       &GstPutbits;
31       &GstVideoScale;
32       &GstRiff;
33
34   </chapter>
35
36 </book>