mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
34 lines
No EOL
1.4 KiB
XML
34 lines
No EOL
1.4 KiB
XML
<plugin>
|
|
<name>navigationtest</name>
|
|
<description>Template for a video filter</description>
|
|
<filename>../../gst/debugutils/.libs/libgstnavigationtest.so</filename>
|
|
<basename>libgstnavigationtest.so</basename>
|
|
<version>1.9.0.1</version>
|
|
<license>LGPL</license>
|
|
<source>gst-plugins-good</source>
|
|
<package>GStreamer Good Plug-ins git</package>
|
|
<origin>Unknown package origin</origin>
|
|
<elements>
|
|
<element>
|
|
<name>navigationtest</name>
|
|
<longname>Video navigation test</longname>
|
|
<class>Filter/Effect/Video</class>
|
|
<description>Handle navigation events showing a black square following mouse pointer</description>
|
|
<author>David Schleef <ds@schleef.org></author>
|
|
<pads>
|
|
<caps>
|
|
<name>sink</name>
|
|
<direction>sink</direction>
|
|
<presence>always</presence>
|
|
<details>video/x-raw, format=(string)I420, 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)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
|
</caps>
|
|
</pads>
|
|
</element>
|
|
</elements>
|
|
</plugin> |