diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/Makefile.am | 1 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-docs.sgml | 2 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-sections.txt | 14 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins.args | 40 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins.hierarchy | 1 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-scaletempo.xml | 34 |
6 files changed, 0 insertions, 92 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 5a9e74020..0813ea96a 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -166,7 +166,6 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/rawparse/gstvideoparse.h \ $(top_srcdir)/gst/rtpmux/gstrtpmux.h \ $(top_srcdir)/gst/rtpmux/gstrtpdtmfmux.h \ - $(top_srcdir)/gst/scaletempo/gstscaletempo.h \ $(top_srcdir)/gst/sdp/gstsdpdemux.h \ $(top_srcdir)/gst/speed/gstspeed.h \ $(top_srcdir)/gst/stereo/gststereo.h \ diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml index 314c50c15..925e61e79 100644 --- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml @@ -75,7 +75,6 @@ <xi:include href="xml/element-rtpdtmfsrc.xml" /> <xi:include href="xml/element-rtpdtmfmux.xml" /> <xi:include href="xml/element-rtpmux.xml" /> - <xi:include href="xml/element-scaletempo.xml" /> <xi:include href="xml/element-shmsink.xml" /> <xi:include href="xml/element-shmsrc.xml" /> <xi:include href="xml/element-sdpdemux.xml" /> @@ -137,7 +136,6 @@ <xi:include href="xml/plugin-rawparse.xml" /> <xi:include href="xml/plugin-rtmp.xml" /> <xi:include href="xml/plugin-rtpmux.xml" /> - <xi:include href="xml/plugin-scaletempo.xml" /> <xi:include href="xml/plugin-sdp.xml" /> <xi:include href="xml/plugin-shm.xml" /> <xi:include href="xml/plugin-soundtouch.xml" /> diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt index 805ff41d2..74ab5792e 100644 --- a/docs/plugins/gst-plugins-bad-plugins-sections.txt +++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt @@ -1239,20 +1239,6 @@ gst_rtp_mux_plugin_init </SECTION> <SECTION> -<FILE>element-scaletempo</FILE> -<TITLE>scaletempo</TITLE> -GstScaletempo -<SUBSECTION Standard> -GstScaletempoClass -GST_IS_SCALETEMPO -GST_IS_SCALETEMPO_CLASS -GST_SCALETEMPO -GST_SCALETEMPO_CLASS -GST_TYPE_SCALETEMPO -gst_scaletempo_get_type -</SECTION> - -<SECTION> <FILE>element-sdlaudiosink</FILE> <TITLE>sdlaudiosink</TITLE> GstSDLAudioSink diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args index 683ff98f9..58c7c1e70 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -22324,46 +22324,6 @@ </ARG> <ARG> -<NAME>GstScaletempo::overlap</NAME> -<TYPE>gdouble</TYPE> -<RANGE>[0,1]</RANGE> -<FLAGS>rw</FLAGS> -<NICK>Overlap Length</NICK> -<BLURB>Percentage of stride to overlap.</BLURB> -<DEFAULT>0.2</DEFAULT> -</ARG> - -<ARG> -<NAME>GstScaletempo::rate</NAME> -<TYPE>gdouble</TYPE> -<RANGE>[-2.14748e+09,2.14748e+09]</RANGE> -<FLAGS>r</FLAGS> -<NICK>Playback Rate</NICK> -<BLURB>Current playback rate.</BLURB> -<DEFAULT>1</DEFAULT> -</ARG> - -<ARG> -<NAME>GstScaletempo::search</NAME> -<TYPE>guint</TYPE> -<RANGE><= 500</RANGE> -<FLAGS>rw</FLAGS> -<NICK>Search Length</NICK> -<BLURB>Length in milliseconds to search for best overlap position.</BLURB> -<DEFAULT>14</DEFAULT> -</ARG> - -<ARG> -<NAME>GstScaletempo::stride</NAME> -<TYPE>guint</TYPE> -<RANGE>[1,5000]</RANGE> -<FLAGS>rw</FLAGS> -<NICK>Stride Length</NICK> -<BLURB>Length in milliseconds to output each stride.</BLURB> -<DEFAULT>30</DEFAULT> -</ARG> - -<ARG> <NAME>GstPcapParse::dst-ip</NAME> <TYPE>gchar*</TYPE> <RANGE></RANGE> diff --git a/docs/plugins/gst-plugins-bad-plugins.hierarchy b/docs/plugins/gst-plugins-bad-plugins.hierarchy index 4629078d4..db9e8f505 100644 --- a/docs/plugins/gst-plugins-bad-plugins.hierarchy +++ b/docs/plugins/gst-plugins-bad-plugins.hierarchy @@ -85,7 +85,6 @@ GObject GstDtmfDetect GstRGB2Bayer GstRemoveSilence - GstScaletempo GstVideoFilter GstBurn GstChromaHold diff --git a/docs/plugins/inspect/plugin-scaletempo.xml b/docs/plugins/inspect/plugin-scaletempo.xml deleted file mode 100644 index 8eee247eb..000000000 --- a/docs/plugins/inspect/plugin-scaletempo.xml +++ /dev/null @@ -1,34 +0,0 @@ -<plugin> - <name>scaletempo</name> - <description>Scale audio tempo in sync with playback rate</description> - <filename>../../gst/scaletempo/.libs/libgstscaletempo.so</filename> - <basename>libgstscaletempo.so</basename> - <version>1.1.0.1</version> - <license>LGPL</license> - <source>gst-plugins-bad</source> - <package>GStreamer</package> - <origin>http://gstreamer.freedesktop.org/</origin> - <elements> - <element> - <name>scaletempo</name> - <longname>Scaletempo</longname> - <class>Filter/Effect/Rate</class> - <description>Sync audio tempo with playback rate</description> - <author>Rov Juvano <rovjuvano@users.sourceforge.net></author> - <pads> - <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>audio/x-raw, format=(string)F32LE, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]; audio/x-raw, format=(string)S16LE, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]</details> - </caps> - <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>audio/x-raw, format=(string)F32LE, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]; audio/x-raw, format=(string)S16LE, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]</details> - </caps> - </pads> - </element> - </elements> -</plugin>
\ No newline at end of file |