docs/spec: Really remove all mentions of CELT plugin
authorEdward Hervey <edward@collabora.com>
Mon, 29 Jul 2013 06:46:39 +0000 (08:46 +0200)
committerEdward Hervey <edward@collabora.com>
Mon, 29 Jul 2013 07:42:12 +0000 (09:42 +0200)
docs/plugins/Makefile.am
docs/plugins/gst-plugins-bad-plugins-docs.sgml
docs/plugins/gst-plugins-bad-plugins-sections.txt
docs/plugins/gst-plugins-bad-plugins.args
docs/plugins/gst-plugins-bad-plugins.hierarchy
docs/plugins/gst-plugins-bad-plugins.interfaces
docs/plugins/inspect/plugin-celt.xml [deleted file]
gst-plugins-bad.spec.in

index 97f534a..833ffdd 100644 (file)
@@ -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 \
index ba7c50b..72b4508 100644 (file)
@@ -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" />
     <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" />
index 8d72d52..17eb5c7 100644 (file)
@@ -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>
index 7a9a563..aa170bb 100644 (file)
 <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>
index e6c6906..3f3aa3b 100644 (file)
@@ -21,7 +21,6 @@ GObject
         GstAssRender
         GstAudioDecoder
           ADPCMDec
-          GstCeltDec
           GstDtsDec
           GstFaad
           GstGSMDec
@@ -31,7 +30,6 @@ GObject
           GstSirenDec
         GstAudioEncoder
           ADPCMEnc
-          GstCeltEnc
           GstFaac
           GstGSMEnc
           GstOpusEnc
index 335aef8..434f384 100644 (file)
@@ -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 (file)
index abd910b..0000000
+++ /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 &lt;sebastian.droege@collabora.co.uk&gt;</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 &lt;sebastian.droege@collabora.co.uk&gt;</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
index ebea213..e791053 100644 (file)
@@ -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