mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
docs/spec: Really remove all mentions of CELT plugin
This commit is contained in:
parent
3ee8aa2c2d
commit
bc84cd775f
8 changed files with 0 additions and 162 deletions
|
@ -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 \
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -21,7 +21,6 @@ GObject
|
|||
GstAssRender
|
||||
GstAudioDecoder
|
||||
ADPCMDec
|
||||
GstCeltDec
|
||||
GstDtsDec
|
||||
GstFaad
|
||||
GstGSMDec
|
||||
|
@ -31,7 +30,6 @@ GObject
|
|||
GstSirenDec
|
||||
GstAudioEncoder
|
||||
ADPCMEnc
|
||||
GstCeltEnc
|
||||
GstFaac
|
||||
GstGSMEnc
|
||||
GstOpusEnc
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
|
@ -25,7 +25,6 @@ BuildRequires: libXt-devel
|
|||
BuildRequires: gtk-doc
|
||||
|
||||
BuildRequires: bzip2-devel
|
||||
BuildRequires: celt-devel
|
||||
BuildRequires: exempi-devel
|
||||
BuildRequires: ladspa-devel
|
||||
BuildRequires: libass-devel
|
||||
|
@ -262,7 +261,6 @@ make ERROR_CFLAGS='' ERROR_CXXFLAGS=''
|
|||
# Plugins with external dependencies
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstassrender.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstbz2.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstcelt.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstopus.so
|
||||
#%ifnarch s390 s390x
|
||||
#%{_libdir}/gstreamer-%{majorminor}/libgstdc1394.so
|
||||
|
|
Loading…
Reference in a new issue