summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect
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/plugins/inspect
parente5ff5ee2db27f6c60ce04c2940098ed4d1244e3d (diff)
downloadgstreamer-plugins-bad-0829043b870b387a39ea1adbb77d6cb049567ac9.tar.gz
videomaxrate: Remove, videorate includes the same functionality now
Diffstat (limited to 'docs/plugins/inspect')
-rw-r--r--docs/plugins/inspect/plugin-videomaxrate.xml34
1 files changed, 0 insertions, 34 deletions
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