diff options
author | Jan Schmidt <thaytan@noraisin.net> | 2009-03-10 00:10:09 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@noraisin.net> | 2009-03-10 01:03:41 +0000 |
commit | ba53f2ff3b8b238bc7c8ccd99a0c9ae9a4b81390 (patch) | |
tree | 067e20f38f331b362f61060f666c5d28c2a2aba2 /docs | |
parent | 3c87d0ceeae2d871b7f2c56258374883e2a245ae (diff) | |
download | gst-plugins-bad-ba53f2ff3b8b238bc7c8ccd99a0c9ae9a4b81390.tar.gz gst-plugins-bad-ba53f2ff3b8b238bc7c8ccd99a0c9ae9a4b81390.tar.bz2 gst-plugins-bad-ba53f2ff3b8b238bc7c8ccd99a0c9ae9a4b81390.zip |
Moved twolame from Bad to Ugly
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/Makefile.am | 1 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-docs.sgml | 2 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-sections.txt | 14 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-twolame.xml | 34 |
4 files changed, 0 insertions, 51 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index e86e7a61..6f6ca8c4 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -115,7 +115,6 @@ EXTRA_HFILES = \ $(top_srcdir)/ext/theora/theoradec.h \ $(top_srcdir)/ext/timidity/gsttimidity.h \ $(top_srcdir)/ext/timidity/gstwildmidi.h \ - $(top_srcdir)/ext/twolame/gsttwolame.h \ $(top_srcdir)/ext/x264/gstx264enc.h \ $(top_srcdir)/gst/aacparse/gstaacparse.h \ $(top_srcdir)/gst/amrparse/gstamrparse.h \ diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml index 3f296c6c..30a237a1 100644 --- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml @@ -74,7 +74,6 @@ <xi:include href="xml/element-stereo.xml" /> <!--xi:include href="xml/element-theoradecexp.xml" /--> <xi:include href="xml/element-timidity.xml" /> - <xi:include href="xml/element-twolame.xml" /> <xi:include href="xml/element-trm.xml" /> <xi:include href="xml/element-valve.xml" /> <xi:include href="xml/element-videoanalyse.xml" /> @@ -154,7 +153,6 @@ <xi:include href="xml/plugin-stereo.xml" /> <xi:include href="xml/plugin-swfdec.xml" /> <xi:include href="xml/plugin-timidity.xml" /> - <xi:include href="xml/plugin-twolame.xml" /> <xi:include href="xml/plugin-tremor.xml" /> <xi:include href="xml/plugin-tta.xml" /> <xi:include href="xml/plugin-valve.xml" /> diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt index f2718d63..3fb04034 100644 --- a/docs/plugins/gst-plugins-bad-plugins-sections.txt +++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt @@ -880,20 +880,6 @@ gst_timidity_get_type </SECTION> <SECTION> -<FILE>element-twolame</FILE> -<TITLE>twolame</TITLE> -GstTwoLame -<SUBSECTION Standard> -GstTwoLameClass -GST_TWO_LAME -GST_TWO_LAME_CLASS -GST_IS_TWO_LAME -GST_IS_TWO_LAME_CLASS -GST_TYPE_TWO_LAME -gst_two_lame_get_type -</SECTION> - -<SECTION> <FILE>element-trm</FILE> <TITLE>trm</TITLE> GstTRM diff --git a/docs/plugins/inspect/plugin-twolame.xml b/docs/plugins/inspect/plugin-twolame.xml deleted file mode 100644 index 0a4b434d..00000000 --- a/docs/plugins/inspect/plugin-twolame.xml +++ /dev/null @@ -1,34 +0,0 @@ -<plugin> - <name>twolame</name> - <description>Encode MP2s with TwoLAME</description> - <filename>../../ext/twolame/.libs/libgsttwolame.so</filename> - <basename>libgsttwolame.so</basename> - <version>0.10.10.1</version> - <license>LGPL</license> - <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins CVS/prerelease</package> - <origin>http://gstreamer.freedesktop.org</origin> - <elements> - <element> - <name>twolame</name> - <longname>TwoLAME mp2 encoder</longname> - <class>Codec/Encoder/Audio</class> - <description>High-quality free MP2 encoder</description> - <author>Sebastian Dröge <sebastian.droege@collabora.co.uk></author> - <pads> - <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>audio/x-raw-float, endianness=(int)1234, width=(int)32, rate=(int){ 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]; audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int){ 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]</details> - </caps> - <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>audio/mpeg, mpegversion=(int)1, layer=(int)2, rate=(int){ 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]</details> - </caps> - </pads> - </element> - </elements> -</plugin>
\ No newline at end of file |