mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
docs: add moved gtk plugin to docs
This commit is contained in:
parent
d6224a9756
commit
bbf0409e29
3 changed files with 78 additions and 0 deletions
|
@ -86,6 +86,8 @@
|
|||
<xi:include href="xml/element-gdkpixbufsink.xml" />
|
||||
<xi:include href="xml/element-goom2k1.xml" />
|
||||
<xi:include href="xml/element-goom.xml" />
|
||||
<xi:include href="xml/element-gtkglsink.xml" />
|
||||
<xi:include href="xml/element-gtksink.xml" />
|
||||
<xi:include href="xml/element-hdv1394src.xml" />
|
||||
<xi:include href="xml/element-icydemux.xml" />
|
||||
<xi:include href="xml/element-id3demux.xml" />
|
||||
|
@ -323,6 +325,7 @@
|
|||
<xi:include href="xml/plugin-gdkpixbuf.xml" />
|
||||
<xi:include href="xml/plugin-goom2k1.xml" />
|
||||
<xi:include href="xml/plugin-goom.xml" />
|
||||
<xi:include href="xml/plugin-gtk.xml" />
|
||||
<xi:include href="xml/plugin-icydemux.xml" />
|
||||
<xi:include href="xml/plugin-id3demux.xml" />
|
||||
<xi:include href="xml/plugin-imagefreeze.xml" />
|
||||
|
|
|
@ -1043,6 +1043,38 @@ GST_TYPE_GOOM2K1
|
|||
gst_goom2k1_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-gtkglsink</FILE>
|
||||
<TITLE>gtkglsink</TITLE>
|
||||
GstGtkGLSink
|
||||
<SUBSECTION Standard>
|
||||
GstGtkGLSinkClass
|
||||
GST_GTK_GL_SINK
|
||||
GST_GTK_GL_SINK_CAST
|
||||
GST_IS_GTK_GL_SINK
|
||||
GST_GTK_GL_SINK_CLASS
|
||||
GST_IS_GTK_GL_SINK_CLASS
|
||||
GST_TYPE_GTK_GL_SINK
|
||||
<SUBSECTION Private>
|
||||
gst_gtk_gl_sink_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-gtksink</FILE>
|
||||
<TITLE>gtksink</TITLE>
|
||||
GstGtkSink
|
||||
<SUBSECTION Standard>
|
||||
GstGtkSinkClass
|
||||
GST_GTK_SINK
|
||||
GST_GTK_SINK_CAST
|
||||
GST_IS_GTK_SINK
|
||||
GST_GTK_SINK_CLASS
|
||||
GST_IS_GTK_SINK_CLASS
|
||||
GST_TYPE_GTK_SINK
|
||||
<SUBSECTION Private>
|
||||
gst_gtk_sink_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-hdv1394src</FILE>
|
||||
<TITLE>hdv1394src</TITLE>
|
||||
|
|
43
docs/plugins/inspect/plugin-gtk.xml
Normal file
43
docs/plugins/inspect/plugin-gtk.xml
Normal file
|
@ -0,0 +1,43 @@
|
|||
<plugin>
|
||||
<name>gtk</name>
|
||||
<description>Gtk+ sink</description>
|
||||
<filename>../../ext/gtk/.libs/libgstgtk.so</filename>
|
||||
<basename>libgstgtk.so</basename>
|
||||
<version>1.13.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>gtkglsink</name>
|
||||
<longname>Gtk GL Video Sink</longname>
|
||||
<class>Sink/Video</class>
|
||||
<description>A video sink that renders to a GtkWidget using OpenGL</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 ]; video/x-raw(memory:GLMemory, meta:GstVideoOverlayComposition), format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
<element>
|
||||
<name>gtksink</name>
|
||||
<longname>Gtk Video Sink</longname>
|
||||
<class>Sink/Video</class>
|
||||
<description>A video sink that renders to a GtkWidget</description>
|
||||
<author>Matthew Waters <matthew@centricular.com></author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw, format=(string){ BGRx, BGRA }, 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