diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-02-08 00:40:34 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-02-08 00:40:34 +0000 |
commit | 8a36e3b2aa36e5e4b04749a62d1e196235d6b2f8 (patch) | |
tree | 041266498adf84b6339fe71495241fd0bf6e327a /docs | |
parent | eca6caa0bfe83620271f6ae6fd2c7114c5e5f7f2 (diff) | |
download | gstreamer-plugins-bad-8a36e3b2aa36e5e4b04749a62d1e196235d6b2f8.tar.gz |
Remove the xingmux plugin, as the element has moved into mpegaudioparse in -ugly.
Original commit message from CVS:
* configure.ac:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* docs/plugins/inspect/plugin-xingheader.xml:
* gst/xingheader/Makefile.am:
* gst/xingheader/gstxingmux.c:
* gst/xingheader/gstxingmux.h:
* tests/check/Makefile.am:
* tests/check/elements/.cvsignore:
* tests/check/elements/xingmux.c:
* tests/check/elements/xingmux_testdata.h:
Remove the xingmux plugin, as the element has moved into
mpegaudioparse in -ugly.
Diffstat (limited to 'docs')
-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-xingheader.xml | 34 |
3 files changed, 0 insertions, 50 deletions
diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml index e779a5647..b200125fe 100644 --- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml @@ -63,7 +63,6 @@ <xi:include href="xml/element-videomark.xml" /> <xi:include href="xml/element-videoparse.xml" /> <xi:include href="xml/element-wildmidi.xml" /> - <xi:include href="xml/element-xingmux.xml" /> </chapter> <chapter> @@ -138,7 +137,6 @@ <xi:include href="xml/plugin-vmnc.xml" /> <xi:include href="xml/plugin-wildmidi.xml" /> <xi:include href="xml/plugin-x264.xml" /> - <xi:include href="xml/plugin-xingheader.xml" /> <xi:include href="xml/plugin-xvid.xml" /> <xi:include href="xml/plugin-y4menc.xml" /> </chapter> diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt index a04b11729..c90598dcc 100644 --- a/docs/plugins/gst-plugins-bad-plugins-sections.txt +++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt @@ -803,17 +803,3 @@ GST_IS_WILDMIDI_CLASS GST_TYPE_WILDMIDI </SECTION> -<SECTION> -<FILE>element-xingmux</FILE> -<TITLE>xingmux</TITLE> -GstXingMux -<SUBSECTION Standard> -GstXingMuxClass -GST_XING_MUX -GST_XING_MUX_CLASS -GST_IS_XING_MUX -GST_IS_XING_MUX_CLASS -GST_TYPE_XING_MUX -gst_xing_mux_get_type -</SECTION> - diff --git a/docs/plugins/inspect/plugin-xingheader.xml b/docs/plugins/inspect/plugin-xingheader.xml deleted file mode 100644 index 85c35ddda..000000000 --- a/docs/plugins/inspect/plugin-xingheader.xml +++ /dev/null @@ -1,34 +0,0 @@ -<plugin> - <name>xingheader</name> - <description>Add a xing header to mp3 encoded data</description> - <filename>../../gst/xingheader/.libs/libgstxingheader.so</filename> - <basename>libgstxingheader.so</basename> - <version>0.10.5.1</version> - <license>LGPL</license> - <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> - <elements> - <element> - <name>xingmux</name> - <longname>MP3 Xing muxer</longname> - <class>Formatter/Metadata</class> - <description>Adds a Xing header to the beginning of a VBR MP3 file</description> - <author>Christophe Fergeau <teuf@gnome.org></author> - <pads> - <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ]</details> - </caps> - <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ]</details> - </caps> - </pads> - </element> - </elements> -</plugin>
\ No newline at end of file |