summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-vulkan.xml
blob: fee90d2c02bf1b066bbf1aaa4f035a33531374fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<plugin>
  <name>vulkan</name>
  <description>Vulkan plugin</description>
  <filename>../../ext/vulkan/.libs/libgstvulkan.so</filename>
  <basename>libgstvulkan.so</basename>
  <version>1.15.0.1</version>
  <license>LGPL</license>
  <source>gst-plugins-bad</source>
  <package>GStreamer Bad Plug-ins git</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>