diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2018-02-12 18:48:32 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2018-02-12 18:48:32 +0000 |
commit | e9bfb4edc2ab28b7f64b8b57469d0f8d3638be8a (patch) | |
tree | d7296dc09c4b587c9a3695fbf1230e996a4dc51b /docs | |
parent | 743a325df09e89c6ece5070f80c1470e556382e9 (diff) |
qt: remove plugin, moved to -good
https://bugzilla.gnome.org/show_bug.cgi?id=754094
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-sections.txt | 16 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-qt.xml | 43 |
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 <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 |