diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2016-02-16 10:44:33 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2016-02-16 11:00:55 +0000 |
commit | 08d8aefcdaaf89ecb6dd53ec1e4f95cd42d01664 (patch) | |
tree | 6d3efaafa6f92090f368cbbde72f1d3f76cb0fcf /docs/plugins | |
parent | 057aca2cda1e03a2208f21894c8e263b7f91d38d (diff) | |
download | gstreamer-plugins-bad-08d8aefcdaaf89ecb6dd53ec1e4f95cd42d01664.tar.gz |
mpg123: move plugin from -bad to -ugly
https://bugzilla.gnome.org/show_bug.cgi?id=719849
Diffstat (limited to 'docs/plugins')
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-docs.sgml | 1 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-sections.txt | 14 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-mpg123.xml | 34 |
3 files changed, 0 insertions, 49 deletions
diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml index bd25df380..69db609b7 100644 --- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml @@ -68,7 +68,6 @@ <xi:include href="xml/element-mpegpsmux.xml" /> <xi:include href="xml/element-mpegtsmux.xml" /> <xi:include href="xml/element-mplex.xml" /> - <xi:include href="xml/element-mpg123audiodec.xml" /> <xi:include href="xml/element-neonhttpsrc.xml" /> <xi:include href="xml/element-ofa.xml" /> <xi:include href="xml/element-openalsrc.xml" /> diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt index a289e226d..7fed114cf 100644 --- a/docs/plugins/gst-plugins-bad-plugins-sections.txt +++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt @@ -975,20 +975,6 @@ gst_mplex_get_type </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-mxfdemux</FILE> <TITLE>mxfdemux</TITLE> GstMXFDemux diff --git a/docs/plugins/inspect/plugin-mpg123.xml b/docs/plugins/inspect/plugin-mpg123.xml deleted file mode 100644 index 3d0005b69..000000000 --- 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.7.1</version> - <license>LGPL</license> - <source>gst-plugins-bad</source> - <package>GStreamer Bad 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 <dv@pseudoterminal.org></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 |