summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-vulkan.xml
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-03-28 14:28:41 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-03-28 14:28:41 +0100
commit265df912456f21677f4694837982942f1be73823 (patch)
treeaf53e6e73846f772a67f09e16586a6fe0e04abb7 /docs/plugins/inspect/plugin-vulkan.xml
parent5a856aa078318cc8c40ecfb5255807f4a6e9bc02 (diff)
downloadgstreamer-plugins-bad-265df912456f21677f4694837982942f1be73823.tar.gz
Update docs
Diffstat (limited to 'docs/plugins/inspect/plugin-vulkan.xml')
-rw-r--r--docs/plugins/inspect/plugin-vulkan.xml49
1 files changed, 49 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-vulkan.xml b/docs/plugins/inspect/plugin-vulkan.xml
new file mode 100644
index 000000000..a39fecb61
--- /dev/null
+++ b/docs/plugins/inspect/plugin-vulkan.xml
@@ -0,0 +1,49 @@
+<plugin>
+ <name>vulkan</name>
+ <description>Vulkan plugin</description>
+ <filename>../../ext/vulkan/.libs/libgstvulkan.so</filename>
+ <basename>libgstvulkan.so</basename>
+ <version>1.12.5</version>
+ <license>LGPL</license>
+ <source>gst-plugins-bad</source>
+ <package>GStreamer Bad Plug-ins source release</package>
+ <origin>Unknown package origin</origin>
+ <elements>
+ <element>
+ <name>vulkansink</name>
+ <longname>Vulkan video sink</longname>
+ <class>Sink/Video</class>
+ <description>A videosink based on OpenGL</description>
+ <author>Matthew Waters &lt;matthew@centricular.com&gt;</author>
+ <pads>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>video/x-raw(memory:VulkanBuffer), format=(string){ RGBA, BGRA, RGB, BGR }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
+ </caps>
+ </pads>
+ </element>
+ <element>
+ <name>vulkanupload</name>
+ <longname>Vulkan Uploader</longname>
+ <class>Filter/Video</class>
+ <description>A Vulkan data uploader</description>
+ <author>Matthew Waters &lt;matthew@centricular.com&gt;</author>
+ <pads>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>video/x-raw(memory:VulkanBuffer); video/x-raw</details>
+ </caps>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>video/x-raw(memory:VulkanBuffer)</details>
+ </caps>
+ </pads>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file