docs: add moved gtk plugin to docs
diff --git a/docs/plugins/gst-plugins-good-plugins-docs.sgml b/docs/plugins/gst-plugins-good-plugins-docs.sgml index a4128fc..f4ecb0a 100644 --- a/docs/plugins/gst-plugins-good-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml
@@ -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" />
diff --git a/docs/plugins/gst-plugins-good-plugins-sections.txt b/docs/plugins/gst-plugins-good-plugins-sections.txt index b23db52..26fd54b 100644 --- a/docs/plugins/gst-plugins-good-plugins-sections.txt +++ b/docs/plugins/gst-plugins-good-plugins-sections.txt
@@ -1044,6 +1044,38 @@ </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> GstHDV1394Src
diff --git a/docs/plugins/inspect/plugin-gtk.xml b/docs/plugins/inspect/plugin-gtk.xml new file mode 100644 index 0000000..15c7ecc --- /dev/null +++ b/docs/plugins/inspect/plugin-gtk.xml
@@ -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> \ No newline at end of file