diff options
author | Edward Hervey <edward@collabora.com> | 2013-07-29 08:46:39 +0200 |
---|---|---|
committer | Edward Hervey <edward@collabora.com> | 2013-07-29 09:42:12 +0200 |
commit | bc84cd775fac9f6163526fba55d2f68dc3c067c1 (patch) | |
tree | e4e0d65d4e39824d6ef5a64a568848ed8b743944 /docs | |
parent | 3ee8aa2c2dfd853e18410694b3c2b243e371d527 (diff) | |
download | gstreamer-plugins-bad-bc84cd775fac9f6163526fba55d2f68dc3c067c1.tar.gz |
docs/spec: Really remove all mentions of CELT plugin
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/Makefile.am | 2 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-docs.sgml | 3 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-sections.txt | 27 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins.args | 69 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins.hierarchy | 2 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins.interfaces | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-celt.xml | 55 |
7 files changed, 0 insertions, 160 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 97f534a76..833ffddc7 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -63,8 +63,6 @@ EXAMPLE_CFILES = \ EXTRA_HFILES = \ $(top_srcdir)/ext/assrender/gstassrender.h \ - $(top_srcdir)/ext/celt/gstceltdec.h \ - $(top_srcdir)/ext/celt/gstceltenc.h \ $(top_srcdir)/ext/curl/gstcurlbasesink.h \ $(top_srcdir)/ext/curl/gstcurlfilesink.h \ $(top_srcdir)/ext/curl/gstcurlftpsink.h \ diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml index ba7c50bae..72b45083b 100644 --- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml @@ -23,8 +23,6 @@ <xi:include href="xml/element-bulge.xml" /> <xi:include href="xml/element-burn.xml" /> <xi:include href="xml/element-camerabin.xml" /> - <xi:include href="xml/element-celtdec.xml" /> - <xi:include href="xml/element-celtenc.xml" /> <xi:include href="xml/element-chromium.xml" /> <xi:include href="xml/element-circle.xml" /> <xi:include href="xml/element-coloreffects.xml" /> @@ -106,7 +104,6 @@ <xi:include href="xml/plugin-bayer.xml" /> <xi:include href="xml/plugin-bz2.xml" /> <xi:include href="xml/plugin-camerabin.xml" /> - <xi:include href="xml/plugin-celt.xml" /> <xi:include href="xml/plugin-coloreffects.xml" /> <xi:include href="xml/plugin-curl.xml" /> <xi:include href="xml/plugin-dataurisrc.xml" /> diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt index 8d72d52f6..17eb5c786 100644 --- a/docs/plugins/gst-plugins-bad-plugins-sections.txt +++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt @@ -128,33 +128,6 @@ GST_IS_CAMERA_BIN_CLASS gst_camera_bin_get_type </SECTION> -<SECTION> -<FILE>element-celtdec</FILE> -<TITLE>celtdec</TITLE> -GstCeltDec -<SUBSECTION Standard> -GstCeltDecClass -GST_CELT_DEC -GST_CELT_DEC_CLASS -GST_IS_CELT_DEC -GST_IS_CELT_DEC_CLASS -GST_TYPE_CELT_DEC -gst_celt_dec_get_type -</SECTION> - -<SECTION> -<FILE>element-celtenc</FILE> -<TITLE>celtenc</TITLE> -GstCeltEnc -<SUBSECTION Standard> -GstCeltEncClass -GST_CELT_ENC -GST_CELT_ENC_CLASS -GST_IS_CELT_ENC -GST_IS_CELT_ENC_CLASS -GST_TYPE_CELT_ENC -gst_celt_enc_get_type -</SECTION> <SECTION> <FILE>element-chromium</FILE> diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args index 7a9a56395..aa170bb39 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -21973,75 +21973,6 @@ <DEFAULT>0</DEFAULT> </ARG> -<ARG> -<NAME>GstCeltEnc::bitrate</NAME> -<TYPE>gint</TYPE> -<RANGE>[10000,320000]</RANGE> -<FLAGS>rw</FLAGS> -<NICK>Encoding Bit-rate</NICK> -<BLURB>Specify an encoding bit-rate (in bps).</BLURB> -<DEFAULT>64000</DEFAULT> -</ARG> - -<ARG> -<NAME>GstCeltEnc::framesize</NAME> -<TYPE>gint</TYPE> -<RANGE>[64,512]</RANGE> -<FLAGS>rw</FLAGS> -<NICK>Frame Size</NICK> -<BLURB>The number of samples per frame.</BLURB> -<DEFAULT>480</DEFAULT> -</ARG> - -<ARG> -<NAME>GstCeltEnc::cbr</NAME> -<TYPE>gboolean</TYPE> -<RANGE></RANGE> -<FLAGS>rw</FLAGS> -<NICK>Constant bit rate</NICK> -<BLURB>Constant bit rate.</BLURB> -<DEFAULT>TRUE</DEFAULT> -</ARG> - -<ARG> -<NAME>GstCeltEnc::complexity</NAME> -<TYPE>gint</TYPE> -<RANGE>[0,10]</RANGE> -<FLAGS>rw</FLAGS> -<NICK>Complexity</NICK> -<BLURB>Complexity.</BLURB> -<DEFAULT>9</DEFAULT> -</ARG> - -<ARG> -<NAME>GstCeltEnc::max-bitrate</NAME> -<TYPE>gint</TYPE> -<RANGE>[10000,320000]</RANGE> -<FLAGS>rw</FLAGS> -<NICK>Maximum Encoding Bit-rate</NICK> -<BLURB>Specify a maximum encoding bit rate (in bps) for variable bit rate encoding.</BLURB> -<DEFAULT>64000</DEFAULT> -</ARG> - -<ARG> -<NAME>GstCeltEnc::prediction</NAME> -<TYPE>GstCeltEncPrediction</TYPE> -<RANGE></RANGE> -<FLAGS>rw</FLAGS> -<NICK>Interframe Prediction</NICK> -<BLURB>Controls the use of interframe prediction.</BLURB> -<DEFAULT>Independent frames</DEFAULT> -</ARG> - -<ARG> -<NAME>GstCeltEnc::start-band</NAME> -<TYPE>gint</TYPE> -<RANGE>>= 0</RANGE> -<FLAGS>rw</FLAGS> -<NICK>Start Band</NICK> -<BLURB>Controls the start band that should be used.</BLURB> -<DEFAULT>0</DEFAULT> -</ARG> <ARG> <NAME>GstDCCPClientSrc::caps</NAME> diff --git a/docs/plugins/gst-plugins-bad-plugins.hierarchy b/docs/plugins/gst-plugins-bad-plugins.hierarchy index e6c6906c7..3f3aa3b02 100644 --- a/docs/plugins/gst-plugins-bad-plugins.hierarchy +++ b/docs/plugins/gst-plugins-bad-plugins.hierarchy @@ -21,7 +21,6 @@ GObject GstAssRender GstAudioDecoder ADPCMDec - GstCeltDec GstDtsDec GstFaad GstGSMDec @@ -31,7 +30,6 @@ GObject GstSirenDec GstAudioEncoder ADPCMEnc - GstCeltEnc GstFaac GstGSMEnc GstOpusEnc diff --git a/docs/plugins/gst-plugins-bad-plugins.interfaces b/docs/plugins/gst-plugins-bad-plugins.interfaces index 335aef87a..434f38443 100644 --- a/docs/plugins/gst-plugins-bad-plugins.interfaces +++ b/docs/plugins/gst-plugins-bad-plugins.interfaces @@ -15,8 +15,6 @@ GstCDAudio GstURIHandler GstCameraBin GstChildProxy GstImplementsInterface GstColorBalance GstTagSetter GstCameraBin GstChildProxy GstTagSetter GstCameraBin2 GstChildProxy GstTagSetter -GstCeltEnc GstPreset GstTagSetter -GstCeltEnc GstTagSetter GstPreset GstDaalaEnc GstPreset GstDataURISrc GstURIHandler GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance diff --git a/docs/plugins/inspect/plugin-celt.xml b/docs/plugins/inspect/plugin-celt.xml deleted file mode 100644 index abd910b0f..000000000 --- a/docs/plugins/inspect/plugin-celt.xml +++ /dev/null @@ -1,55 +0,0 @@ -<plugin> - <name>celt</name> - <description>CELT plugin library</description> - <filename>../../ext/celt/.libs/libgstcelt.so</filename> - <basename>libgstcelt.so</basename> - <version>1.1.2.1</version> - <license>LGPL</license> - <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins git</package> - <origin>Unknown package origin</origin> - <elements> - <element> - <name>celtdec</name> - <longname>Celt audio decoder</longname> - <class>Codec/Decoder/Audio</class> - <description>decode celt streams to audio</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-celt</details> - </caps> - <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)[ 32000, 64000 ], channels=(int)[ 1, 2 ]</details> - </caps> - </pads> - </element> - <element> - <name>celtenc</name> - <longname>Celt audio encoder</longname> - <class>Codec/Encoder/Audio</class> - <description>Encodes audio in Celt format</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, format=(string)S16LE, layout=(string)interleaved, rate=(int)[ 32000, 64000 ], channels=(int)[ 1, 2 ]</details> - </caps> - <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>audio/x-celt, rate=(int)[ 32000, 64000 ], channels=(int)[ 1, 2 ], frame-size=(int)[ 64, 512 ]</details> - </caps> - </pads> - </element> - </elements> -</plugin>
\ No newline at end of file |