diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2018-12-27 13:41:05 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2018-12-27 15:31:58 +0100 |
commit | e42efbccb1000482e690391766c11109d40e6e12 (patch) | |
tree | ef3c29fddac5c315fe769a6fd81bf8831ecf1abf /docs/plugins/inspect/plugin-compositor.xml | |
parent | b9e15fddb14b2cde6470255794ef130523885e9f (diff) | |
download | gstreamer-plugins-bad-e42efbccb1000482e690391766c11109d40e6e12.tar.gz |
Remove compositor plugin which was moved to -base
https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/138
Diffstat (limited to 'docs/plugins/inspect/plugin-compositor.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-compositor.xml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/docs/plugins/inspect/plugin-compositor.xml b/docs/plugins/inspect/plugin-compositor.xml deleted file mode 100644 index 4d7b9486a..000000000 --- a/docs/plugins/inspect/plugin-compositor.xml +++ /dev/null @@ -1,34 +0,0 @@ -<plugin> - <name>compositor</name> - <description>Compositor</description> - <filename>../../gst/compositor/.libs/libgstcompositor.so</filename> - <basename>libgstcompositor.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>compositor</name> - <longname>Compositor</longname> - <class>Filter/Editor/Video/Compositor</class> - <description>Composite multiple video streams</description> - <author>Wim Taymans <wim@fluendo.com>, Sebastian Dröge <sebastian.droege@collabora.co.uk></author> - <pads> - <caps> - <name>sink_%u</name> - <direction>sink</direction> - <presence>request</presence> - <details>video/x-raw, format=(string){ AYUV, BGRA, ARGB, RGBA, ABGR, Y444, Y42B, YUY2, UYVY, YVYU, I420, YV12, NV12, NV21, Y41B, RGB, BGR, xRGB, xBGR, RGBx, BGRx }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> - </caps> - <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>video/x-raw, format=(string){ AYUV, BGRA, ARGB, RGBA, ABGR, Y444, Y42B, YUY2, UYVY, YVYU, I420, YV12, NV12, NV21, Y41B, RGB, BGR, xRGB, xBGR, RGBx, BGRx }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> - </caps> - </pads> - </element> - </elements> -</plugin>
\ No newline at end of file |