diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-05-13 19:21:19 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-05-13 19:21:19 +0100 |
commit | dd75c2167078b5274789ecb2d5dc994146ea24c2 (patch) | |
tree | a476987c2aa17f9e37addaa0ef5465e1868c7ea0 /docs/plugins | |
parent | 3f833f7574630e340b4fe7996de60d0ad3dfc2d2 (diff) |
annodex: remove annodex plugin and CMML elements
This never really took off and is most likely completely
unused. If there is still a need for this, it should
probably be done differently, perhaps inside oggdemux/mux.
Diffstat (limited to 'docs/plugins')
-rw-r--r-- | docs/plugins/Makefile.am | 2 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-docs.sgml | 3 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-sections.txt | 32 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-annodex.xml | 55 |
4 files changed, 0 insertions, 92 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 5c73726be..6ad095376 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -53,8 +53,6 @@ IGNORE_CFILES = EXTRA_HFILES = \ $(top_srcdir)/ext/aalib/gstaasink.h \ - $(top_srcdir)/ext/annodex/gstcmmldec.h \ - $(top_srcdir)/ext/annodex/gstcmmlenc.h \ $(top_srcdir)/ext/cairo/gsttextoverlay.h \ $(top_srcdir)/ext/cairo/gsttimeoverlay.h \ $(top_srcdir)/ext/cairo/gstcairorender.h \ diff --git a/docs/plugins/gst-plugins-good-plugins-docs.sgml b/docs/plugins/gst-plugins-good-plugins-docs.sgml index cbedd7065..bac36223e 100644 --- a/docs/plugins/gst-plugins-good-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml @@ -57,8 +57,6 @@ <xi:include href="xml/element-cairorender.xml" /> <xi:include href="xml/element-cairooverlay.xml" /> <xi:include href="xml/element-capssetter.xml" /> - <xi:include href="xml/element-cmmldec.xml" /> - <xi:include href="xml/element-cmmlenc.xml" /> <xi:include href="xml/element-cutter.xml" /> <xi:include href="xml/element-dcaparse.xml" /> <xi:include href="xml/element-deinterlace.xml" /> @@ -187,7 +185,6 @@ <xi:include href="xml/plugin-alaw.xml" /> <xi:include href="xml/plugin-alpha.xml" /> <xi:include href="xml/plugin-alphacolor.xml" /> - <xi:include href="xml/plugin-annodex.xml" /> <xi:include href="xml/plugin-apetag.xml" /> <xi:include href="xml/plugin-audiofx.xml" /> <xi:include href="xml/plugin-auparse.xml" /> diff --git a/docs/plugins/gst-plugins-good-plugins-sections.txt b/docs/plugins/gst-plugins-good-plugins-sections.txt index d37038c95..0dbe5746f 100644 --- a/docs/plugins/gst-plugins-good-plugins-sections.txt +++ b/docs/plugins/gst-plugins-good-plugins-sections.txt @@ -541,38 +541,6 @@ gst_caps_setter_get_type </SECTION> <SECTION> -<FILE>element-cmmldec</FILE> -<TITLE>cmmldec</TITLE> -GstCmmlDec -<SUBSECTION Standard> -GstCmmlDecClass -GST_TYPE_CMML_DEC -GST_CMML_DEC -GST_CMML_DEC_CLASS -GST_CMML_DEC_GET_CLASS -GST_IS_CMML_DEC -GST_IS_CMML_DEC_CLASS -gst_cmml_dec_plugin_init -gst_cmml_dec_get_type -</SECTION> - -<SECTION> -<FILE>element-cmmlenc</FILE> -<TITLE>cmmlenc</TITLE> -GstCmmlEnc -<SUBSECTION Standard> -GstCmmlEncClass -GST_TYPE_CMML_ENC -GST_CMML_ENC -GST_CMML_ENC_CLASS -GST_CMML_ENC_GET_CLASS -GST_IS_CMML_ENC -GST_IS_CMML_ENC_CLASS -gst_cmml_enc_plugin_init -gst_cmml_enc_get_type -</SECTION> - -<SECTION> <FILE>element-cutter</FILE> <TITLE>cutter</TITLE> GstCutter diff --git a/docs/plugins/inspect/plugin-annodex.xml b/docs/plugins/inspect/plugin-annodex.xml deleted file mode 100644 index c7f44b740..000000000 --- a/docs/plugins/inspect/plugin-annodex.xml +++ /dev/null @@ -1,55 +0,0 @@ -<plugin> - <name>annodex</name> - <description>annodex stream manipulation (info about annodex: http://www.annodex.net)</description> - <filename>../../ext/annodex/.libs/libgstannodex.so</filename> - <basename>libgstannodex.so</basename> - <version>0.11.90</version> - <license>LGPL</license> - <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins source release</package> - <origin>Unknown package origin</origin> - <elements> - <element> - <name>cmmldec</name> - <longname>CMML stream decoder</longname> - <class>Codec/Decoder</class> - <description>Decodes CMML streams</description> - <author>Alessandro Decina <alessandro@nnva.org></author> - <pads> - <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>text/x-cmml, encoded=(boolean)true</details> - </caps> - <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>text/x-cmml, encoded=(boolean)false</details> - </caps> - </pads> - </element> - <element> - <name>cmmlenc</name> - <longname>CMML streams encoder</longname> - <class>Codec/Encoder</class> - <description>Encodes CMML streams</description> - <author>Alessandro Decina <alessandro@nnva.org></author> - <pads> - <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>text/x-cmml, encoded=(boolean)false</details> - </caps> - <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>text/x-cmml, encoded=(boolean)true</details> - </caps> - </pads> - </element> - </elements> -</plugin>
\ No newline at end of file |