mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-01 06:01:04 +00:00
27af2b5ddc
Original commit message from CVS: * docs/libs/Makefile.am: * docs/libs/gst-plugins-base-libs-docs.sgml: * docs/libs/gst-plugins-base-libs-sections.txt: * docs/libs/gst-plugins-base-libs.types: Add docs for libgstcdda/GstCddaBaseSrc. * gst-libs/gst/interfaces/mixertrack.h: Do one struct member per line with a semicolon at the end, that way even gtk-doc might parse it without complaining.
88 lines
2.7 KiB
XML
88 lines
2.7 KiB
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 % version-entities SYSTEM "version.entities">
|
|
%version-entities;
|
|
|
|
<!ENTITY GstCompiling SYSTEM "compiling.sgml">
|
|
<!ENTITY GstAudio SYSTEM "xml/gstaudio.xml">
|
|
<!ENTITY GstCddaBaseSrc SYSTEM "xml/gstcddabasesrc.xml">
|
|
<!ENTITY GstVideoSink SYSTEM "xml/gstvideosink.xml">
|
|
<!ENTITY GstVideoFilter SYSTEM "xml/gstvideofilter.xml">
|
|
<!ENTITY GstColorBalance SYSTEM "xml/gstcolorbalance.xml">
|
|
<!ENTITY GstGConf SYSTEM "xml/gstgconf.xml">
|
|
<!ENTITY GstMixer SYSTEM "xml/gstmixer.xml">
|
|
<!ENTITY GstRingBuffer SYSTEM "xml/gstringbuffer.xml">
|
|
<!ENTITY GstTuner SYSTEM "xml/gsttuner.xml">
|
|
<!ENTITY GstXOverlay SYSTEM "xml/gstxoverlay.xml">
|
|
|
|
]>
|
|
<book id="index">
|
|
<bookinfo>
|
|
<title>GStreamer Base Plugins &GST_MAJORMINOR; Library Reference Manual</title>
|
|
</bookinfo>
|
|
|
|
<chapter id="gstreamer-plugins-base">
|
|
<title>GStreamer Base Plugins Libraries</title>
|
|
<para>
|
|
This manual describes the libraries provided by the GStreamer Base Plugins
|
|
package.
|
|
</para>
|
|
&GstCompiling;
|
|
</chapter>
|
|
|
|
<chapter id="gstreamer-audio">
|
|
<title>Audio Library</title>
|
|
<para>
|
|
This library should be linked to by getting cflags and libs from
|
|
<filename>gstreamer-plugins-base.pc</filename> and adding
|
|
<filename>-lgstaudio-&GST_MAJORMINOR;</filename> to the library flags.
|
|
</para>
|
|
&GstAudio;
|
|
&GstRingBuffer;
|
|
</chapter>
|
|
|
|
<chapter id="gstreamer-video">
|
|
<title>Video Library</title>
|
|
<para>
|
|
This library should be linked to by getting cflags and libs from
|
|
<filename>gstreamer-plugins-base.pc</filename> and adding
|
|
<filename>-lgstvideo-&GST_MAJORMINOR;</filename> to the library flags.
|
|
</para>
|
|
&GstVideoSink;
|
|
&GstVideoFilter;
|
|
</chapter>
|
|
|
|
<chapter id="gstreamer-interfaces">
|
|
<title>Interfaces Library</title>
|
|
<para>
|
|
This library should be linked to by getting cflags and libs from
|
|
<filename>gstreamer-plugins-base.pc</filename> and adding
|
|
<filename>-lgstinterfaces-&GST_MAJORMINOR;</filename> to the library flags.
|
|
</para>
|
|
&GstColorBalance;
|
|
&GstMixer;
|
|
&GstTuner;
|
|
&GstXOverlay;
|
|
</chapter>
|
|
|
|
<chapter id="gstreamer-cdda">
|
|
<title>CDDA Library</title>
|
|
<para>
|
|
This library should be linked to by getting cflags and libs from
|
|
<filename>gstreamer-plugins-base.pc</filename> and adding
|
|
<filename>-lgstcdda-&GST_MAJORMINOR;</filename> to the library flags.
|
|
</para>
|
|
&GstCddaBaseSrc;
|
|
</chapter>
|
|
|
|
|
|
<chapter id="gstreamer-gconf">
|
|
<title>GConf Library</title>
|
|
<para>
|
|
This library should be linked to by getting cflags and libs from
|
|
<filename>gstreamer-gconf.pc</filename>.
|
|
</para>
|
|
&GstGConf;
|
|
</chapter>
|
|
</book>
|