mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
36b3b4cdbd
Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: add more plugins and elements to docs * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain): fix segfaults due to wrong g_free add example * gst/gdp/gstgdppay.c: add example
48 lines
1.8 KiB
XML
48 lines
1.8 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 Bad Plugins &GST_MAJORMINOR; Plugins Reference Manual</title>
|
|
</bookinfo>
|
|
|
|
<chapter>
|
|
<title>gst-plugins-bad Elements</title>
|
|
|
|
<xi:include href="xml/element-dfbvideosink.xml" />
|
|
<xi:include href="xml/element-gdppay.xml" />
|
|
<xi:include href="xml/element-gdpdepay.xml" />
|
|
<xi:include href="xml/element-trm.xml" />
|
|
</chapter>
|
|
|
|
<chapter>
|
|
<title>gst-plugins-bad Plugins</title>
|
|
<xi:include href="xml/plugin-alsaspdif.xml" />
|
|
<xi:include href="xml/plugin-bz2.xml" />
|
|
<xi:include href="xml/plugin-cdxaparse.xml" />
|
|
<xi:include href="xml/plugin-dfbvideosink.xml" />
|
|
<xi:include href="xml/plugin-faad.xml" />
|
|
<xi:include href="xml/plugin-freeze.xml" />
|
|
<xi:include href="xml/plugin-gdp.xml" />
|
|
<xi:include href="xml/plugin-glimagesink.xml" />
|
|
<xi:include href="xml/plugin-gsm.xml" />
|
|
<xi:include href="xml/plugin-h264parse.xml" />
|
|
<xi:include href="xml/plugin-modplug.xml" />
|
|
<xi:include href="xml/plugin-musepack.xml" />
|
|
<xi:include href="xml/plugin-musicbrainz.xml" />
|
|
<xi:include href="xml/plugin-neon.xml" />
|
|
<xi:include href="xml/plugin-qtdemux.xml" />
|
|
<xi:include href="xml/plugin-sdlvideosink.xml" />
|
|
<xi:include href="xml/plugin-sdl.xml" />
|
|
<xi:include href="xml/plugin-spectrum.xml" />
|
|
<xi:include href="xml/plugin-speed.xml" />
|
|
<xi:include href="xml/plugin-tta.xml" />
|
|
<xi:include href="xml/plugin-video4linux2.xml" />
|
|
<xi:include href="xml/plugin-xingheader.xml" />
|
|
|
|
</chapter>
|
|
</book>
|