summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-08-20 14:31:02 +0100
committerTim-Philipp Müller <tim@centricular.com>2017-08-20 15:53:50 +0100
commit83ff57c849b9afe22fb80b2bcb2a36b32f53ef5a (patch)
treeac8d9f91a8adc59dff96e28db1d4eb4bcfeb465a /docs
parent53160e8fa12b73ec343ad7ecb1a83cc4ce097808 (diff)
Remove mpg123 plugin, moved to -good
https://bugzilla.gnome.org/show_bug.cgi?id=774252
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst-plugins-ugly-plugins-docs.sgml2
-rw-r--r--docs/plugins/gst-plugins-ugly-plugins-sections.txt14
-rw-r--r--docs/plugins/gst-plugins-ugly-plugins.hierarchy1
-rw-r--r--docs/plugins/inspect/plugin-mpg123.xml34
4 files changed, 0 insertions, 51 deletions
diff --git a/docs/plugins/gst-plugins-ugly-plugins-docs.sgml b/docs/plugins/gst-plugins-ugly-plugins-docs.sgml
index a0b4525d..9cb0a23c 100644
--- a/docs/plugins/gst-plugins-ugly-plugins-docs.sgml
+++ b/docs/plugins/gst-plugins-ugly-plugins-docs.sgml
@@ -23,7 +23,6 @@
<xi:include href="xml/element-amrwbdec.xml" />
<xi:include href="xml/element-cdiocddasrc.xml" />
<xi:include href="xml/element-lamemp3enc.xml" />
- <xi:include href="xml/element-mpg123audiodec.xml" />
<xi:include href="xml/element-rademux.xml" />
<xi:include href="xml/element-rmdemux.xml" />
<xi:include href="xml/element-rdtmanager.xml" />
@@ -47,7 +46,6 @@
<xi:include href="xml/plugin-dvdsub.xml" />
<xi:include href="xml/plugin-lame.xml" />
<xi:include href="xml/plugin-mpeg2dec.xml" />
- <xi:include href="xml/plugin-mpg123.xml" />
<xi:include href="xml/plugin-realmedia.xml" />
<xi:include href="xml/plugin-siddec.xml" />
<xi:include href="xml/plugin-twolame.xml" />
diff --git a/docs/plugins/gst-plugins-ugly-plugins-sections.txt b/docs/plugins/gst-plugins-ugly-plugins-sections.txt
index ec5ffe8e..3a384d32 100644
--- a/docs/plugins/gst-plugins-ugly-plugins-sections.txt
+++ b/docs/plugins/gst-plugins-ugly-plugins-sections.txt
@@ -93,20 +93,6 @@ gst_lamemp3enc_register
</SECTION>
<SECTION>
-<FILE>element-mpg123audiodec</FILE>
-<TITLE>mpg123audiodec</TITLE>
-GstMpg123AudioDec
-<SUBSECTION Standard>
-GstMpg123AudioDecClass
-GST_MPG123_AUDIO_DEC
-GST_MPG123_AUDIO_DEC_CLASS
-GST_IS_MPG123_AUDIO_DEC
-GST_IS_MPG123_AUDIO_DEC_CLASS
-GST_TYPE_MPG123_AUDIO_DEC
-gst_mpg123_audio_dec_get_type
-</SECTION>
-
-<SECTION>
<FILE>element-rademux</FILE>
<TITLE>rademux</TITLE>
GstRealAudioDemux
diff --git a/docs/plugins/gst-plugins-ugly-plugins.hierarchy b/docs/plugins/gst-plugins-ugly-plugins.hierarchy
index b68dd791..02203173 100644
--- a/docs/plugins/gst-plugins-ugly-plugins.hierarchy
+++ b/docs/plugins/gst-plugins-ugly-plugins.hierarchy
@@ -14,7 +14,6 @@ GObject
GstAmrnbDec
GstAmrwbDec
GstDvdLpcmDec
- GstMpg123AudioDec
GstAudioEncoder
GstAmrnbEnc
GstLameMP3Enc
diff --git a/docs/plugins/inspect/plugin-mpg123.xml b/docs/plugins/inspect/plugin-mpg123.xml
deleted file mode 100644
index 159b2d1c..00000000
--- a/docs/plugins/inspect/plugin-mpg123.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<plugin>
- <name>mpg123</name>
- <description>mp3 decoding based on the mpg123 library</description>
- <filename>../../ext/mpg123/.libs/libgstmpg123.so</filename>
- <basename>libgstmpg123.so</basename>
- <version>1.12.0</version>
- <license>LGPL</license>
- <source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins source release</package>
- <origin>Unknown package origin</origin>
- <elements>
- <element>
- <name>mpg123audiodec</name>
- <longname>mpg123 mp3 decoder</longname>
- <class>Codec/Decoder/Audio</class>
- <description>Decodes mp3 streams using the mpg123 library</description>
- <author>Carlos Rafael Giani &lt;dv@pseudoterminal.org&gt;</author>
- <pads>
- <caps>
- <name>sink</name>
- <direction>sink</direction>
- <presence>always</presence>
- <details>audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ], rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ], parsed=(boolean)true</details>
- </caps>
- <caps>
- <name>src</name>
- <direction>source</direction>
- <presence>always</presence>
- <details>audio/x-raw, format=(string){ S16LE, U16LE, S32LE, U32LE, S24LE, U24LE, F32LE }, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ], layout=(string)interleaved</details>
- </caps>
- </pads>
- </element>
- </elements>
-</plugin> \ No newline at end of file