summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-qt.xml
blob: 12031547bd1da0eda1525c99c286f2c38c03f4b7 (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
<plugin>
  <name>qt</name>
  <description>Qt sink</description>
  <filename>../../ext/qt/.libs/libgstqtsink.so</filename>
  <basename>libgstqtsink.so</basename>
  <version>1.9.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>qmlglsink</name>
      <longname>Qt Video Sink</longname>
      <class>Sink/Video</class>
      <description>A video sink the renders to a QQuickItem</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:GLMemory), format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], texture-target=(string)2D</details>
        </caps>
      </pads>
    </element>
  </elements>
</plugin>