mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-04 15:36:35 +00:00
99943fd040
Generate the section.txt file. Update the -docs.sgml file with the new sections. If we want to actually see the baseclasses, we should define them with a _get_type() function and have the wrapped types subclass them.
40 lines
1.5 KiB
XML
40 lines
1.5 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;
|
|
]>
|
|
|
|
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
|
|
<bookinfo>
|
|
<title>GStreamer libav &GST_API_VERSION; Plugins Reference Manual</title>
|
|
<releaseinfo>
|
|
for GStreamer libav Plugins &GST_API_VERSION; (&GST_VERSION;)
|
|
The latest version of this documentation can be found on-line at
|
|
<ulink role="online-location" url="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-ffmpeg-plugins/html/">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-ffmpeg-plugins/html/</ulink>.
|
|
</releaseinfo>
|
|
</bookinfo>
|
|
|
|
<chapter>
|
|
<title>gst-libav Base and Support classes</title>
|
|
<xi:include href="xml/gstav.xml" />
|
|
<xi:include href="xml/gstavauddec.xml" />
|
|
<xi:include href="xml/gstavaudenc.xml" />
|
|
<xi:include href="xml/gstavcfg.xml" />
|
|
<xi:include href="xml/gstavcodecmap.xml" />
|
|
<xi:include href="xml/gstavprotocol.xml" />
|
|
<xi:include href="xml/gstavutils.xml" />
|
|
<xi:include href="xml/gstavviddec.xml" />
|
|
<xi:include href="xml/gstavvidenc.xml" />
|
|
</chapter>
|
|
|
|
<chapter>
|
|
<title>gst-libav Plugins</title>
|
|
<xi:include href="xml/plugin-libav.xml" />
|
|
</chapter>
|
|
|
|
<chapter>
|
|
<title>Object Hierarchy</title>
|
|
<xi:include href="xml/tree_index.sgml" />
|
|
</chapter>
|
|
</book>
|