mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-11 02:46:33 +00:00
9be025e197
Original commit message from CVS: * configure.ac: * docs/plugins/gst-plugins-base-plugins-docs.sgml: * docs/plugins/gst-plugins-base-plugins-sections.txt: * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type): * gst/audiotestsrc/Makefile.am: * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init), (gst_audiotestsrc_class_init), (gst_audiotestsrc_init), (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps), (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query), (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock), (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle), (gst_audiotestsrc_create_silence), (gst_audiotestsrc_create_white_noise), (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create), (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property), (gst_audiotestsrc_start), (plugin_init): * gst/audiotestsrc/gstaudiotestsrc.h: add new plugin and element * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init): use gobject_class
56 lines
2.2 KiB
XML
56 lines
2.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 Base Plugins &GST_MAJORMINOR; Plugins Reference Manual</title>
|
|
</bookinfo>
|
|
|
|
<chapter>
|
|
<title>gst-plugins-base Elements</title>
|
|
<xi:include href="xml/element-audioconvert.xml" />
|
|
<xi:include href="xml/element-audiotestsrc.xml" />
|
|
<xi:include href="xml/element-ffmpegcolorspace.xml" />
|
|
<!--
|
|
<xi:include href="xml/element-gnomevfssink.xml" />
|
|
-->
|
|
<xi:include href="xml/element-multifdsink.xml" />
|
|
<xi:include href="xml/element-tcpserversink.xml" />
|
|
<xi:include href="xml/element-theoraenc.xml" />
|
|
<xi:include href="xml/element-videotestsrc.xml" />
|
|
<xi:include href="xml/element-volume.xml" />
|
|
<xi:include href="xml/element-vorbisenc.xml" />
|
|
</chapter>
|
|
|
|
<chapter>
|
|
<title>gst-plugins-base Plugins</title>
|
|
<xi:include href="xml/plugin-adder.xml" />
|
|
<xi:include href="xml/plugin-alsa.xml" />
|
|
<xi:include href="xml/plugin-audioconvert.xml" />
|
|
<xi:include href="xml/plugin-audiorate.xml" />
|
|
<xi:include href="xml/plugin-audiotestsrc.xml" />
|
|
<xi:include href="xml/plugin-decodebin.xml" />
|
|
<xi:include href="xml/plugin-gnomevfs.xml" />
|
|
<xi:include href="xml/plugin-libvisual.xml" />
|
|
<xi:include href="xml/plugin-ogg.xml" />
|
|
<xi:include href="xml/plugin-playbin.xml" />
|
|
<xi:include href="xml/plugin-sine.xml" />
|
|
<xi:include href="xml/plugin-subparse.xml" />
|
|
<xi:include href="xml/plugin-tcp.xml" />
|
|
<xi:include href="xml/plugin-theora.xml" />
|
|
<xi:include href="xml/plugin-typefindfunctions.xml" />
|
|
<xi:include href="xml/plugin-video4linux.xml" />
|
|
<xi:include href="xml/plugin-videorate.xml" />
|
|
<xi:include href="xml/plugin-videoscale.xml" />
|
|
<xi:include href="xml/plugin-videotestsrc.xml" />
|
|
<xi:include href="xml/plugin-volume.xml" />
|
|
<xi:include href="xml/plugin-vorbis.xml" />
|
|
<xi:include href="xml/plugin-ximage.xml" />
|
|
<xi:include href="xml/plugin-xvimagesink.xml" />
|
|
</chapter>
|
|
</book>
|
|
|