mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-13 03:46:34 +00:00
c49cf83ee3
Original commit message from CVS: * docs/plugins/gst-plugins-ugly-plugins-docs.sgml: * docs/plugins/gst-plugins-ugly-plugins-sections.txt: * ext/a52dec/gsta52dec.c: * ext/amrnb/amrnbdec.c: * ext/amrnb/amrnbenc.c: * ext/amrnb/amrnbparse.c: * ext/lame/gstlame.c: * ext/mad/gstmad.c: * ext/sidplay/gstsiddec.cc: * gst/asfdemux/gstrtspwms.c: * gst/mpegaudioparse/gstxingmux.c: * gst/realmedia/rademux.c: * gst/realmedia/rdtmanager.c: * gst/realmedia/rtspreal.c: * gst/synaesthesia/gstsynaesthesia.c: Add missing elements to docs. Restore alphabetical order in section file. Document mad (it was included in docs already). Fix doc-markup: use convinience syntax for examples (produces valid docbook), add several refsec2 when we have several titles. Fix some types.
50 lines
2 KiB
XML
50 lines
2 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 Ugly Plugins &GST_MAJORMINOR; Plugins Reference Manual</title>
|
|
</bookinfo>
|
|
|
|
<chapter>
|
|
<title>gst-plugins-ugly Elements</title>
|
|
<xi:include href="xml/element-a52dec.xml" />
|
|
<xi:include href="xml/element-amrnbdec.xml" />
|
|
<xi:include href="xml/element-amrnbenc.xml" />
|
|
<xi:include href="xml/element-amrnbparse.xml" />
|
|
<xi:include href="xml/element-lame.xml" />
|
|
<xi:include href="xml/element-mad.xml" />
|
|
<xi:include href="xml/element-rademux.xml" />
|
|
<xi:include href="xml/element-rdtmanager.xml" />
|
|
<xi:include href="xml/element-rtspreal.xml" />
|
|
<xi:include href="xml/element-rtspwms.xml" />
|
|
<xi:include href="xml/element-siddec.xml" />
|
|
<xi:include href="xml/element-synaesthesia.xml" />
|
|
<xi:include href="xml/element-xingmux.xml" />
|
|
</chapter>
|
|
|
|
<chapter>
|
|
<title>gst-plugins-ugly Plugins</title>
|
|
<xi:include href="xml/plugin-a52dec.xml" />
|
|
<xi:include href="xml/plugin-amrnb.xml" />
|
|
<xi:include href="xml/plugin-asf.xml" />
|
|
<xi:include href="xml/plugin-dvdlpcmdec.xml" />
|
|
<xi:include href="xml/plugin-dvdnav.xml" />
|
|
<xi:include href="xml/plugin-dvdread.xml" />
|
|
<xi:include href="xml/plugin-dvdsub.xml" />
|
|
<xi:include href="xml/plugin-iec958.xml" />
|
|
<xi:include href="xml/plugin-lame.xml" />
|
|
<xi:include href="xml/plugin-mad.xml" />
|
|
<xi:include href="xml/plugin-mpeg2dec.xml" />
|
|
<xi:include href="xml/plugin-mpegaudioparse.xml" />
|
|
<xi:include href="xml/plugin-mpegstream.xml" />
|
|
<xi:include href="xml/plugin-realmedia.xml" />
|
|
<xi:include href="xml/plugin-rmdemux.xml" />
|
|
<xi:include href="xml/plugin-siddec.xml" />
|
|
<xi:include href="xml/plugin-synaesthesia.xml" />
|
|
</chapter>
|
|
</book>
|