diff options
Diffstat (limited to 'docs/plugins/inspect/plugin-qt.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-qt.xml | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/docs/plugins/inspect/plugin-qt.xml b/docs/plugins/inspect/plugin-qt.xml deleted file mode 100644 index e85a1f2dc..000000000 --- a/docs/plugins/inspect/plugin-qt.xml +++ /dev/null @@ -1,43 +0,0 @@ -<plugin> - <name>qt</name> - <description>Qt gl plugin</description> - <filename>../../ext/qt/.libs/libgstqmlgl.so</filename> - <basename>libgstqmlgl.so</basename> - <version>1.12.0</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>qmlglsink</name> - <longname>Qt Video Sink</longname> - <class>Sink/Video</class> - <description>A video sink that renders to a QQuickItem</description> - <author>Matthew Waters <matthew@centricular.com></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> - <element> - <name>qmlglsrc</name> - <longname>Qt Video Source</longname> - <class>Source/Video</class> - <description>A video src that captures a window from a QML view</description> - <author>Multimedia Team <shmmmw@freescale.com></author> - <pads> - <caps> - <name>src</name> - <direction>source</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>
\ No newline at end of file |