diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-06-15 15:06:23 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-06-15 15:09:18 +0100 |
commit | 3d6955d68624c089d7066bfdbf38ef69c1dc07b6 (patch) | |
tree | 32c21df29f2fd6f001902e3eb13f0193fa0ef78a /docs/plugins | |
parent | 728732438bbbe81f3d44e0890e2dd243340722ad (diff) |
Remove esound/esdsink plugin
Diffstat (limited to 'docs/plugins')
-rw-r--r-- | docs/plugins/Makefile.am | 1 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-docs.sgml | 2 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-sections.txt | 14 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-esdsink.xml | 28 |
4 files changed, 0 insertions, 45 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 07c95717d..71306274e 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -84,7 +84,6 @@ EXTRA_HFILES = \ $(top_srcdir)/ext/cairo/gstcairooverlay.h \ $(top_srcdir)/ext/dv/gstdvdec.h \ $(top_srcdir)/ext/dv/gstdvdemux.h \ - $(top_srcdir)/ext/esd/esdsink.h \ $(top_srcdir)/ext/flac/gstflacdec.h \ $(top_srcdir)/ext/flac/gstflacenc.h \ $(top_srcdir)/ext/flac/gstflactag.h \ diff --git a/docs/plugins/gst-plugins-good-plugins-docs.sgml b/docs/plugins/gst-plugins-good-plugins-docs.sgml index 258ba416c..7d7fc9ab5 100644 --- a/docs/plugins/gst-plugins-good-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml @@ -72,7 +72,6 @@ <xi:include href="xml/element-equalizer-10bands.xml" /> <xi:include href="xml/element-equalizer-3bands.xml" /> <xi:include href="xml/element-equalizer-nbands.xml" /> - <xi:include href="xml/element-esdsink.xml" /> <xi:include href="xml/element-flacdec.xml" /> <xi:include href="xml/element-flacenc.xml" /> <xi:include href="xml/element-flacparse.xml" /> @@ -205,7 +204,6 @@ <xi:include href="xml/plugin-efence.xml" /> <xi:include href="xml/plugin-equalizer.xml" /> <xi:include href="xml/plugin-effectv.xml" /> - <xi:include href="xml/plugin-esdsink.xml" /> <xi:include href="xml/plugin-flac.xml" /> <xi:include href="xml/plugin-flv.xml" /> <xi:include href="xml/plugin-flxdec.xml" /> diff --git a/docs/plugins/gst-plugins-good-plugins-sections.txt b/docs/plugins/gst-plugins-good-plugins-sections.txt index 1e7fec06d..0b21cb555 100644 --- a/docs/plugins/gst-plugins-good-plugins-sections.txt +++ b/docs/plugins/gst-plugins-good-plugins-sections.txt @@ -798,20 +798,6 @@ ProcessFunc </SECTION> <SECTION> -<FILE>element-esdsink</FILE> -<TITLE>esdsink</TITLE> -GstEsdSink -<SUBSECTION Standard> -GstEsdSinkClass -GST_TYPE_ESDSINK -GST_ESDSINK -GST_ESDSINK_CLASS -GST_IS_ESDSINK -GST_IS_ESDSINK_CLASS -gst_esdsink_get_type -</SECTION> - -<SECTION> <FILE>element-flacdec</FILE> <TITLE>flacdec</TITLE> GstFlacDec diff --git a/docs/plugins/inspect/plugin-esdsink.xml b/docs/plugins/inspect/plugin-esdsink.xml deleted file mode 100644 index 8011c1744..000000000 --- a/docs/plugins/inspect/plugin-esdsink.xml +++ /dev/null @@ -1,28 +0,0 @@ -<plugin> - <name>esdsink</name> - <description>ESD Element Plugins</description> - <filename>../../ext/esd/.libs/libgstesd.so</filename> - <basename>libgstesd.so</basename> - <version>0.10.29.1</version> - <license>LGPL</license> - <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> - <origin>Unknown package origin</origin> - <elements> - <element> - <name>esdsink</name> - <longname>Esound audio sink</longname> - <class>Sink/Audio</class> - <description>Plays audio to an esound server</description> - <author>Arwed von Merkatz <v.merkatz@gmx.net></author> - <pads> - <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2 ]; audio/x-raw-int, signed=(boolean){ true, false }, width=(int)8, depth=(int)8, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2 ]</details> - </caps> - </pads> - </element> - </elements> -</plugin>
\ No newline at end of file |