1<plugin> 2 <name>geometrictransform</name> 3 <description>Various geometric image transform elements</description> 4 <filename>../../gst/geometrictransform/.libs/libgstgeometrictransform.so</filename> 5 <basename>libgstgeometrictransform.so</basename> 6 <version>1.16.2</version> 7 <license>LGPL</license> 8 <source>gst-plugins-bad</source> 9 <package>GStreamer Bad Plug-ins source release</package> 10 <origin>Unknown package origin</origin> 11 <elements> 12 <element> 13 <name>bulge</name> 14 <longname>bulge</longname> 15 <class>Transform/Effect/Video</class> 16 <description>Adds a protuberance in the center point</description> 17 <author>Filippo Argiolas <filippo.argiolas@gmail.com></author> 18 <pads> 19 <caps> 20 <name>sink</name> 21 <direction>sink</direction> 22 <presence>always</presence> 23 <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> 24 </caps> 25 <caps> 26 <name>src</name> 27 <direction>source</direction> 28 <presence>always</presence> 29 <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> 30 </caps> 31 </pads> 32 </element> 33 <element> 34 <name>circle</name> 35 <longname>circle</longname> 36 <class>Transform/Effect/Video</class> 37 <description>Warps the picture into an arc shaped form</description> 38 <author>Thiago Santos<thiago.sousa.santos@collabora.co.uk></author> 39 <pads> 40 <caps> 41 <name>sink</name> 42 <direction>sink</direction> 43 <presence>always</presence> 44 <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> 45 </caps> 46 <caps> 47 <name>src</name> 48 <direction>source</direction> 49 <presence>always</presence> 50 <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> 51 </caps> 52 </pads> 53 </element> 54 <element> 55 <name>diffuse</name> 56 <longname>diffuse</longname> 57 <class>Transform/Effect/Video</class> 58 <description>Diffuses the image by moving its pixels in random directions</description> 59 <author>Thiago Santos<thiago.sousa.santos@collabora.co.uk></author> 60 <pads> 61 <caps> 62 <name>sink</name> 63 <direction>sink</direction> 64 <presence>always</presence> 65 <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> 66 </caps> 67 <caps> 68 <name>src</name> 69 <direction>source</direction> 70 <presence>always</presence> 71 <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> 72 </caps> 73 </pads> 74 </element> 75 <element> 76 <name>fisheye</name> 77 <longname>fisheye</longname> 78 <class>Transform/Effect/Video</class> 79 <description>Simulate a fisheye lens by zooming on the center of the image and compressing the edges</description> 80 <author>Filippo Argiolas <filippo.argiolas@gmail.com></author> 81 <pads> 82 <caps> 83 <name>sink</name> 84 <direction>sink</direction> 85 <presence>always</presence> 86 <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> 87 </caps> 88 <caps> 89 <name>src</name> 90 <direction>source</direction> 91 <presence>always</presence> 92 <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> 93 </caps> 94 </pads> 95 </element> 96 <element> 97 <name>kaleidoscope</name> 98 <longname>kaleidoscope</longname> 99 <class>Transform/Effect/Video</class> 100 <description>Applies 'kaleidoscope' geometric transform to the image</description> 101 <author>Thiago Santos<thiago.sousa.santos@collabora.co.uk></author> 102 <pads> 103 <caps> 104 <name>sink</name> 105 <direction>sink</direction> 106 <presence>always</presence> 107 <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> 108 </caps> 109 <caps> 110 <name>src</name> 111 <direction>source</direction> 112 <presence>always</presence> 113 <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> 114 </caps> 115 </pads> 116 </element> 117 <element> 118 <name>marble</name> 119 <longname>marble</longname> 120 <class>Transform/Effect/Video</class> 121 <description>Applies a marbling effect to the image</description> 122 <author>Thiago Santos<thiago.sousa.santos@collabora.co.uk></author> 123 <pads> 124 <caps> 125 <name>sink</name> 126 <direction>sink</direction> 127 <presence>always</presence> 128 <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> 129 </caps> 130 <caps> 131 <name>src</name> 132 <direction>source</direction> 133 <presence>always</presence> 134 <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> 135 </caps> 136 </pads> 137 </element> 138 <element> 139 <name>mirror</name> 140 <longname>mirror</longname> 141 <class>Transform/Effect/Video</class> 142 <description>Split the image into two halves and reflect one over each other</description> 143 <author>Filippo Argiolas <filippo.argiolas@gmail.com></author> 144 <pads> 145 <caps> 146 <name>sink</name> 147 <direction>sink</direction> 148 <presence>always</presence> 149 <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> 150 </caps> 151 <caps> 152 <name>src</name> 153 <direction>source</direction> 154 <presence>always</presence> 155 <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> 156 </caps> 157 </pads> 158 </element> 159 <element> 160 <name>perspective</name> 161 <longname>perspective</longname> 162 <class>Transform/Effect/Video</class> 163 <description>Apply a 2D perspective transform</description> 164 <author>Antonio Ospite <ospite@studenti.unina.it></author> 165 <pads> 166 <caps> 167 <name>sink</name> 168 <direction>sink</direction> 169 <presence>always</presence> 170 <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> 171 </caps> 172 <caps> 173 <name>src</name> 174 <direction>source</direction> 175 <presence>always</presence> 176 <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> 177 </caps> 178 </pads> 179 </element> 180 <element> 181 <name>pinch</name> 182 <longname>pinch</longname> 183 <class>Transform/Effect/Video</class> 184 <description>Applies 'pinch' geometric transform to the image</description> 185 <author>Thiago Santos<thiago.sousa.santos@collabora.co.uk></author> 186 <pads> 187 <caps> 188 <name>sink</name> 189 <direction>sink</direction> 190 <presence>always</presence> 191 <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> 192 </caps> 193 <caps> 194 <name>src</name> 195 <direction>source</direction> 196 <presence>always</presence> 197 <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> 198 </caps> 199 </pads> 200 </element> 201 <element> 202 <name>rotate</name> 203 <longname>rotate</longname> 204 <class>Transform/Effect/Video</class> 205 <description>Rotates the picture by an arbitrary angle</description> 206 <author>Thiago Santos<thiago.sousa.santos@collabora.co.uk></author> 207 <pads> 208 <caps> 209 <name>sink</name> 210 <direction>sink</direction> 211 <presence>always</presence> 212 <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> 213 </caps> 214 <caps> 215 <name>src</name> 216 <direction>source</direction> 217 <presence>always</presence> 218 <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> 219 </caps> 220 </pads> 221 </element> 222 <element> 223 <name>sphere</name> 224 <longname>sphere</longname> 225 <class>Transform/Effect/Video</class> 226 <description>Applies 'sphere' geometric transform to the image</description> 227 <author>Thiago Santos<thiago.sousa.santos@collabora.co.uk></author> 228 <pads> 229 <caps> 230 <name>sink</name> 231 <direction>sink</direction> 232 <presence>always</presence> 233 <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> 234 </caps> 235 <caps> 236 <name>src</name> 237 <direction>source</direction> 238 <presence>always</presence> 239 <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> 240 </caps> 241 </pads> 242 </element> 243 <element> 244 <name>square</name> 245 <longname>square</longname> 246 <class>Transform/Effect/Video</class> 247 <description>Distort center part of the image into a square</description> 248 <author>Filippo Argiolas <filippo.argiolas@gmail.com></author> 249 <pads> 250 <caps> 251 <name>sink</name> 252 <direction>sink</direction> 253 <presence>always</presence> 254 <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> 255 </caps> 256 <caps> 257 <name>src</name> 258 <direction>source</direction> 259 <presence>always</presence> 260 <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> 261 </caps> 262 </pads> 263 </element> 264 <element> 265 <name>stretch</name> 266 <longname>stretch</longname> 267 <class>Transform/Effect/Video</class> 268 <description>Stretch the image in a circle around the center point</description> 269 <author>Filippo Argiolas <filippo.argiolas@gmail.com></author> 270 <pads> 271 <caps> 272 <name>sink</name> 273 <direction>sink</direction> 274 <presence>always</presence> 275 <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> 276 </caps> 277 <caps> 278 <name>src</name> 279 <direction>source</direction> 280 <presence>always</presence> 281 <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> 282 </caps> 283 </pads> 284 </element> 285 <element> 286 <name>tunnel</name> 287 <longname>tunnel</longname> 288 <class>Transform/Effect/Video</class> 289 <description>Light tunnel effect</description> 290 <author>Filippo Argiolas <filippo.argiolas@gmail.com></author> 291 <pads> 292 <caps> 293 <name>sink</name> 294 <direction>sink</direction> 295 <presence>always</presence> 296 <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> 297 </caps> 298 <caps> 299 <name>src</name> 300 <direction>source</direction> 301 <presence>always</presence> 302 <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> 303 </caps> 304 </pads> 305 </element> 306 <element> 307 <name>twirl</name> 308 <longname>twirl</longname> 309 <class>Transform/Effect/Video</class> 310 <description>Twists the image from the center out</description> 311 <author>Thiago Santos<thiago.sousa.santos@collabora.co.uk></author> 312 <pads> 313 <caps> 314 <name>sink</name> 315 <direction>sink</direction> 316 <presence>always</presence> 317 <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> 318 </caps> 319 <caps> 320 <name>src</name> 321 <direction>source</direction> 322 <presence>always</presence> 323 <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> 324 </caps> 325 </pads> 326 </element> 327 <element> 328 <name>waterripple</name> 329 <longname>waterripple</longname> 330 <class>Transform/Effect/Video</class> 331 <description>Creates a water ripple effect on the image</description> 332 <author>Thiago Santos<thiago.sousa.santos@collabora.co.uk></author> 333 <pads> 334 <caps> 335 <name>sink</name> 336 <direction>sink</direction> 337 <presence>always</presence> 338 <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> 339 </caps> 340 <caps> 341 <name>src</name> 342 <direction>source</direction> 343 <presence>always</presence> 344 <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> 345 </caps> 346 </pads> 347 </element> 348 </elements> 349</plugin>