mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
docs: remove eglglessink from docs as it no longer exists
This commit is contained in:
parent
5d1fedd18e
commit
1c9bf34b11
3 changed files with 0 additions and 44 deletions
|
@ -44,7 +44,6 @@
|
|||
<xi:include href="xml/element-dvdspu.xml" />
|
||||
<xi:include href="xml/element-exclusion.xml" />
|
||||
<xi:include href="xml/element-edgedetect.xml" />
|
||||
<xi:include href="xml/element-eglglessink.xml" />
|
||||
<xi:include href="xml/element-faac.xml" />
|
||||
<xi:include href="xml/element-faad.xml" />
|
||||
<xi:include href="xml/element-faceblur.xml" />
|
||||
|
@ -112,7 +111,6 @@
|
|||
<xi:include href="xml/plugin-dtsdec.xml" />
|
||||
<xi:include href="xml/plugin-dvb.xml" />
|
||||
<xi:include href="xml/plugin-dvdspu.xml" />
|
||||
<xi:include href="xml/plugin-eglglessink.xml" />
|
||||
<xi:include href="xml/plugin-faac.xml" />
|
||||
<xi:include href="xml/plugin-faad.xml" />
|
||||
<xi:include href="xml/plugin-festival.xml" />
|
||||
|
|
|
@ -543,20 +543,6 @@ gst_edgedetect_get_type
|
|||
gst_edgedetect_plugin_init
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-eglglessink</FILE>
|
||||
<TITLE>eglglessink</TITLE>
|
||||
GstEglGlesSink
|
||||
<SUBSECTION Standard>
|
||||
GstEglGlesSinkClass
|
||||
GST_TYPE_EGLGLESSINK
|
||||
GST_EGLGLESSINK
|
||||
GST_IS_EGLGLESSINK
|
||||
GST_EGLGLESSINK_CLASS
|
||||
GST_IS_EGLGLESSINK_CLASS
|
||||
gst_eglglessink_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-exclusion</FILE>
|
||||
<TITLE>exclusion</TITLE>
|
||||
|
|
|
@ -1,28 +0,0 @@
|
|||
<plugin>
|
||||
<name>eglglessink</name>
|
||||
<description>EGL/GLES sink</description>
|
||||
<filename>../../ext/eglgles/.libs/libgsteglglessink.so</filename>
|
||||
<basename>libgsteglglessink.so</basename>
|
||||
<version>1.2.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>eglglessink</name>
|
||||
<longname>EGL/GLES vout Sink</longname>
|
||||
<class>Sink/Video</class>
|
||||
<description>An EGL/GLES Video Output Sink Implementing the VideoOverlay interface</description>
|
||||
<author>Reynaldo H. Verdejo Pinochet <reynaldo@collabora.com>, Sebastian Dröge <sebastian.droege@collabora.co.uk></author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw(memory:EGLImage), format=(string){ RGBA, BGRA, ARGB, ABGR, RGBx, BGRx, xRGB, xBGR, AYUV, Y444, I420, YV12, NV12, NV21, Y42B, Y41B, RGB, BGR, RGB16 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw(meta:GstVideoGLTextureUploadMeta), format=(string){ RGBA, BGRA, ARGB, ABGR, RGBx, BGRx, xRGB, xBGR, AYUV, Y444, I420, YV12, NV12, NV21, Y42B, Y41B, RGB, BGR, RGB16 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw, format=(string){ RGBA, BGRA, ARGB, ABGR, RGBx, BGRx, xRGB, xBGR, AYUV, Y444, I420, YV12, NV12, NV21, Y42B, Y41B, RGB, BGR, RGB16 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
Loading…
Reference in a new issue