mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
549ec77758
Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-ugly-plugins-docs.sgml: * docs/plugins/gst-plugins-ugly-plugins-sections.txt: * docs/plugins/inspect/plugin-siddec.xml: * ext/sidplay/gstsiddec.cc: * ext/sidplay/gstsiddec.h: Document siddec.
32 lines
1 KiB
XML
32 lines
1 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-lame.xml" />
|
|
<xi:include href="xml/element-mad.xml" />
|
|
<xi:include href="xml/element-siddec.xml" />
|
|
</chapter>
|
|
|
|
<chapter>
|
|
<title>gst-plugins-ugly Plugins</title>
|
|
|
|
<xi:include href="xml/plugin-dvdlpcmdec.xml" />
|
|
<xi:include href="xml/plugin-lame.xml" />
|
|
<xi:include href="xml/plugin-mad.xml" />
|
|
<xi:include href="xml/plugin-mpegaudioparse.xml" />
|
|
<xi:include href="xml/plugin-mpegstream.xml" />
|
|
<xi:include href="xml/plugin-rmdemux.xml" />
|
|
<xi:include href="xml/plugin-siddec.xml" />
|
|
|
|
</chapter>
|
|
</book>
|