summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2012-01-24 22:14:39 +0100
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-01-25 11:54:54 +0100
commit0829043b870b387a39ea1adbb77d6cb049567ac9 (patch)
treedac13af7db2a4a46e4a86b8e11cff79600a3d8eb /docs
parente5ff5ee2db27f6c60ce04c2940098ed4d1244e3d (diff)
downloadgstreamer-plugins-bad-0829043b870b387a39ea1adbb77d6cb049567ac9.tar.gz
videomaxrate: Remove, videorate includes the same functionality now
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/Makefile.am1
-rw-r--r--docs/plugins/gst-plugins-bad-plugins-docs.sgml2
-rw-r--r--docs/plugins/gst-plugins-bad-plugins-sections.txt14
-rw-r--r--docs/plugins/inspect/plugin-videomaxrate.xml34
4 files changed, 0 insertions, 51 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am
index 0dfa82412..ee525e31d 100644
--- a/docs/plugins/Makefile.am
+++ b/docs/plugins/Makefile.am
@@ -170,7 +170,6 @@ EXTRA_HFILES = \
$(top_srcdir)/gst/sdp/gstsdpdemux.h \
$(top_srcdir)/gst/speed/gstspeed.h \
$(top_srcdir)/gst/stereo/gststereo.h \
- $(top_srcdir)/gst/videomaxrate/videomaxrate.h \
$(top_srcdir)/gst/videosignal/gstvideoanalyse.h \
$(top_srcdir)/gst/videosignal/gstvideodetect.h \
$(top_srcdir)/gst/videosignal/gstvideomark.h \
diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml
index abf1ba357..c9e267103 100644
--- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml
+++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml
@@ -121,7 +121,6 @@
<xi:include href="xml/element-videoanalyse.xml" />
<xi:include href="xml/element-videodetect.xml" />
<xi:include href="xml/element-videomark.xml" />
- <xi:include href="xml/element-videomaxrate.xml" />
<xi:include href="xml/element-videoparse.xml" />
<xi:include href="xml/element-waterripple.xml" />
<xi:include href="xml/element-wildmidi.xml" />
@@ -214,7 +213,6 @@
<xi:include href="xml/plugin-timidity.xml" />
<xi:include href="xml/plugin-tta.xml" />
<xi:include href="xml/plugin-vcdsrc.xml" />
- <xi:include href="xml/plugin-videomaxrate.xml" />
<xi:include href="xml/plugin-videosignal.xml" />
<xi:include href="xml/plugin-vmnc.xml" />
<xi:include href="xml/plugin-wildmidi.xml" />
diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt
index 4e9ec0b88..b01e19857 100644
--- a/docs/plugins/gst-plugins-bad-plugins-sections.txt
+++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt
@@ -1569,20 +1569,6 @@ GST_IS_VIDEO_DETECT_CLASS
</SECTION>
<SECTION>
-<FILE>element-videomaxrate</FILE>
-<TITLE>videomaxrate</TITLE>
-GstVideoMaxRate
-<SUBSECTION Standard>
-GstVideoMaxRateClass
-GST_VIDEO_MAX_RATE
-GST_IS_VIDEO_MAX_RATE
-GST_TYPE_VIDEO_MAX_RATE
-gst_video_max_rate_get_type
-GST_VIDEO_MAX_RATE_CLASS
-GST_IS_VIDEO_MAX_RATE_CLASS
-</SECTION>
-
-<SECTION>
<FILE>element-videomark</FILE>
<TITLE>videomark</TITLE>
GstVideoMark
diff --git a/docs/plugins/inspect/plugin-videomaxrate.xml b/docs/plugins/inspect/plugin-videomaxrate.xml
deleted file mode 100644
index ca9ccb4ba..000000000
--- a/docs/plugins/inspect/plugin-videomaxrate.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<plugin>
- <name>videomaxrate</name>
- <description>Drop extra frames</description>
- <filename>../../gst/videomaxrate/.libs/libgstvideomaxrate.so</filename>
- <basename>libgstvideomaxrate.so</basename>
- <version>0.10.22.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>videomaxrate</name>
- <longname>Video maximum rate adjuster</longname>
- <class>Filter/Effect/Video</class>
- <description>Drops extra frames</description>
- <author>Justin Karneges &lt;justin@affinix.com&gt;</author>
- <pads>
- <caps>
- <name>sink</name>
- <direction>sink</direction>
- <presence>always</presence>
- <details>video/x-raw-yuv; video/x-raw-rgb; video/x-raw-gray; image/jpeg; image/png</details>
- </caps>
- <caps>
- <name>src</name>
- <direction>source</direction>
- <presence>always</presence>
- <details>video/x-raw-yuv; video/x-raw-rgb; video/x-raw-gray; image/jpeg; image/png</details>
- </caps>
- </pads>
- </element>
- </elements>
-</plugin> \ No newline at end of file