diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-04 15:09:33 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-04 15:09:33 +0000 |
commit | 6af0c5db4e4b7f96523eeda8b843ee7b7341a6d8 (patch) | |
tree | 4712b1eec04ac206597d468338b26e9b9b306780 /docs/plugins/inspect/plugin-effectv.xml | |
parent | 6482f4af8f21b5d37fba8b847269bd51d42acbb2 (diff) |
distcheck fixes
Original commit message from CVS:
distcheck fixes
Diffstat (limited to 'docs/plugins/inspect/plugin-effectv.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-effectv.xml | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-effectv.xml b/docs/plugins/inspect/plugin-effectv.xml new file mode 100644 index 00000000..1f0a702c --- /dev/null +++ b/docs/plugins/inspect/plugin-effectv.xml @@ -0,0 +1,68 @@ +<plugin> + <name>effectv</name> + <description>effect plugins from the effectv project</description> + <filename>../../gst/effectv/.libs/libgsteffectv.so</filename> + <basename>libgsteffectv.so</basename> + <version>0.9.0.1</version> + <license>LGPL</license> + <package>GStreamer CVS/prerelease</package> + <origin>http://gstreamer.freedesktop.org/</origin> + <elements> + <element> + <name>agingTV</name> + <longname>AgingTV</longname> + <class>Filter/Effect/Video</class> + <description>AgingTV adds age to video input using scratches and dust</description> + <author>Sam Lantinga <slouken@devolution.com></author> + </element> + <element> + <name>diceTV</name> + <longname>DiceTV</longname> + <class>Filter/Effect/Video</class> + <description>'Dices' the screen up into many small squares</description> + <author>Wim Taymans <wim.taymans@chello.be></author> + </element> + <element> + <name>edgeTV</name> + <longname>EdgeTV</longname> + <class>Filter/Effect/Video</class> + <description>Apply edge detect on video</description> + <author>Wim Taymans <wim.taymans@chello.be></author> + </element> + <element> + <name>quarkTV</name> + <longname>QuarkTV</longname> + <class>Filter/Effect/Video</class> + <description>Motion dissolver</description> + <author>FUKUCHI, Kentarou <fukuchi@users.sourceforge.net></author> + </element> + <element> + <name>revTV</name> + <longname>RevTV</longname> + <class>Filter/Effect/Video</class> + <description>A video waveform monitor for each line of video processed</description> + <author>Wim Taymans <wim.taymans@chello.be></author> + </element> + <element> + <name>shagadelicTV</name> + <longname>ShagadelicTV</longname> + <class>Filter/Effect/Video</class> + <description>Oh behave, ShagedelicTV makes images shagadelic!</description> + <author>Wim Taymans <wim.taymans@chello.be></author> + </element> + <element> + <name>vertigoTV</name> + <longname>VertigoTV</longname> + <class>Filter/Effect/Video</class> + <description>A loopback alpha blending effector with rotating and scaling</description> + <author>Wim Taymans <wim.taymans@chello.be></author> + </element> + <element> + <name>warpTV</name> + <longname>WarpTV</longname> + <class>Filter/Effect/Video</class> + <description>WarpTV does realtime goo'ing of the video input</description> + <author>Sam Lantinga <slouken@devolution.com></author> + </element> + </elements> +</plugin>
\ No newline at end of file |