summaryrefslogtreecommitdiff
path: root/docs/plugins
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-02-12 18:48:32 +0000
committerTim-Philipp Müller <tim@centricular.com>2018-02-12 18:48:32 +0000
commite9bfb4edc2ab28b7f64b8b57469d0f8d3638be8a (patch)
treed7296dc09c4b587c9a3695fbf1230e996a4dc51b /docs/plugins
parent743a325df09e89c6ece5070f80c1470e556382e9 (diff)
downloadgstreamer-plugins-bad-e9bfb4edc2ab28b7f64b8b57469d0f8d3638be8a.tar.gz
qt: remove plugin, moved to -good
https://bugzilla.gnome.org/show_bug.cgi?id=754094
Diffstat (limited to 'docs/plugins')
-rw-r--r--docs/plugins/gst-plugins-bad-plugins-sections.txt16
-rw-r--r--docs/plugins/inspect/plugin-qt.xml43
2 files changed, 0 insertions, 59 deletions
diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt
index 89d9b33b9..8e98c9c96 100644
--- a/docs/plugins/gst-plugins-bad-plugins-sections.txt
+++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt
@@ -2650,22 +2650,6 @@ gst_pnmenc_get_type
</SECTION>
<SECTION>
-<FILE>element-qmlglsink</FILE>
-<TITLE>qmlglsink</TITLE>
-GstQtSink
-<SUBSECTION Standard>
-GstQtSinkClass
-GST_QT_SINK
-GST_QT_SINK_CAST
-GST_IS_QT_SINK
-GST_QT_SINK_CLASS
-GST_IS_QT_SINK_CLASS
-GST_TYPE_QT_SINK
-<SUBSECTION Private>
-gst_qt_sink_get_type
-</SECTION>
-
-<SECTION>
<FILE>element-rgb2bayer</FILE>
<TITLE>rgb2bayer</TITLE>
GstRGB2Bayer
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 &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>
- <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 &lt;shmmmw@freescale.com&gt;</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