summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-geometrictransform.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/plugins/inspect/plugin-geometrictransform.xml')
-rw-r--r--docs/plugins/inspect/plugin-geometrictransform.xml25
1 files changed, 23 insertions, 2 deletions
diff --git a/docs/plugins/inspect/plugin-geometrictransform.xml b/docs/plugins/inspect/plugin-geometrictransform.xml
index 3a4dd953c..6ce0d4bbb 100644
--- a/docs/plugins/inspect/plugin-geometrictransform.xml
+++ b/docs/plugins/inspect/plugin-geometrictransform.xml
@@ -3,7 +3,7 @@
<description>Various geometric image transform elements</description>
<filename>../../gst/geometrictransform/.libs/libgstgeometrictransform.so</filename>
<basename>libgstgeometrictransform.so</basename>
- <version>1.2.0</version>
+ <version>1.3.1</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>
@@ -76,7 +76,7 @@
<name>fisheye</name>
<longname>fisheye</longname>
<class>Transform/Effect/Video</class>
- <description>Split the image into two halves and reflect one over each other</description>
+ <description>Simulate a fisheye lens by zooming on the center of the image and compressing the edges</description>
<author>Filippo Argiolas &lt;filippo.argiolas@gmail.com&gt;</author>
<pads>
<caps>
@@ -157,6 +157,27 @@
</pads>
</element>
<element>
+ <name>perspective</name>
+ <longname>perspective</longname>
+ <class>Transform/Effect/Video</class>
+ <description>Apply a 2D perspective transform</description>
+ <author>Antonio Ospite &lt;ospite@studenti.unina.it&gt;</author>
+ <pads>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>video/x-raw, format=(string){ ARGB, BGR, BGRA, BGRx, RGB, RGBA, RGBx, AYUV, xBGR, xRGB, GRAY8, GRAY16_BE, GRAY16_LE }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
+ </caps>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>video/x-raw, format=(string){ ARGB, BGR, BGRA, BGRx, RGB, RGBA, RGBx, AYUV, xBGR, xRGB, GRAY8, GRAY16_BE, GRAY16_LE }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
+ </caps>
+ </pads>
+ </element>
+ <element>
<name>pinch</name>
<longname>pinch</longname>
<class>Transform/Effect/Video</class>