mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
add libvisual plugin and theoraenc element to docs
Original commit message from CVS: add libvisual plugin and theoraenc element to docs
This commit is contained in:
parent
9286debe9d
commit
8756e15bb8
6 changed files with 90 additions and 4 deletions
|
@ -1,3 +1,12 @@
|
|||
2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* docs/plugins/Makefile.am:
|
||||
* docs/plugins/gst-plugins-base-plugins-docs.sgml:
|
||||
* docs/plugins/inspect/plugin-libvisual.xml:
|
||||
* docs/plugins/tmpl/element-tcpserversink.sgml:
|
||||
* ext/theora/theoraenc.c:
|
||||
add libvisual plugin and theoraenc element to docs
|
||||
|
||||
2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* docs/plugins/gst-plugins-base-plugins-docs.sgml:
|
||||
|
|
|
@ -79,6 +79,7 @@ IGNORE_CFILES = utils.c mem.c imgconvert.c
|
|||
EXTRA_HFILES = \
|
||||
$(top_srcdir)/gst/tcp/gstmultifdsink.h \
|
||||
$(top_srcdir)/gst/tcp/gsttcpserversink.h \
|
||||
$(top_srcdir)/ext/theora/theoraenc.h \
|
||||
$(top_srcdir)/ext/vorbis/vorbisenc.h
|
||||
|
||||
# Images to copy into HTML directory.
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
<xi:include href="xml/plugin-audiorate.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" />
|
||||
|
|
76
docs/plugins/inspect/plugin-libvisual.xml
Normal file
76
docs/plugins/inspect/plugin-libvisual.xml
Normal file
|
@ -0,0 +1,76 @@
|
|||
<plugin>
|
||||
<name>libvisual</name>
|
||||
<description>libvisual visualization plugins</description>
|
||||
<filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename>
|
||||
<basename>libgstlibvisual.so</basename>
|
||||
<version>0.9.2.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>libvisual_G-Force</name>
|
||||
<longname>libvisual libvisual G-Force plugin plugin v.0.1.0</longname>
|
||||
<class>Visualization</class>
|
||||
<description>The Libvisual G-Force plugin</description>
|
||||
<author>Benjamin Otte <otte@gnome.org></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>libvisual_bumpscope</name>
|
||||
<longname>libvisual Bumpscope plugin plugin v.0.0.1</longname>
|
||||
<class>Visualization</class>
|
||||
<description>The bumpscope visual plugin</description>
|
||||
<author>Benjamin Otte <otte@gnome.org></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>libvisual_corona</name>
|
||||
<longname>libvisual libvisual corona plugin plugin v.0.1</longname>
|
||||
<class>Visualization</class>
|
||||
<description>The Libvisual corona plugin</description>
|
||||
<author>Benjamin Otte <otte@gnome.org></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>libvisual_jakdaw</name>
|
||||
<longname>libvisual Jakdaw plugin plugin v.0.0.1</longname>
|
||||
<class>Visualization</class>
|
||||
<description>The jakdaw visual plugin</description>
|
||||
<author>Benjamin Otte <otte@gnome.org></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>libvisual_jess</name>
|
||||
<longname>libvisual jess plugin plugin v.0.1</longname>
|
||||
<class>Visualization</class>
|
||||
<description>The jess visual plugin</description>
|
||||
<author>Benjamin Otte <otte@gnome.org></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>libvisual_lv_analyzer</name>
|
||||
<longname>libvisual libvisual analyzer plugin v.0.1</longname>
|
||||
<class>Visualization</class>
|
||||
<description>The Libvisual analyzer plugin</description>
|
||||
<author>Benjamin Otte <otte@gnome.org></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>libvisual_lv_scope</name>
|
||||
<longname>libvisual libvisual scope plugin v.0.1</longname>
|
||||
<class>Visualization</class>
|
||||
<description>The Libvisual scope plugin</description>
|
||||
<author>Benjamin Otte <otte@gnome.org></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>libvisual_oinksie</name>
|
||||
<longname>libvisual oinksie plugin plugin v.0.1</longname>
|
||||
<class>Visualization</class>
|
||||
<description>The oinksie visual plugin</description>
|
||||
<author>Benjamin Otte <otte@gnome.org></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>libvisual_plazma</name>
|
||||
<longname>libvisual Plazma plugin plugin v.0.0.1</longname>
|
||||
<class>Visualization</class>
|
||||
<description>The plazma visual plugin</description>
|
||||
<author>Benjamin Otte <otte@gnome.org></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
|
@ -2,20 +2,19 @@
|
|||
tcpserversink
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
Send data as a server over the network via TCP
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<include xmlns="http://www.w3.org/2003/XInclude" href="element-tcpserversink-details.xml" />
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* SECTION:theoraenc
|
||||
* SECTION:element-theoraenc
|
||||
* @see_also: theoradec, oggmux
|
||||
*
|
||||
* <refsect2>
|
||||
|
|
Loading…
Reference in a new issue