diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2018-02-10 20:31:49 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2018-02-12 15:18:38 +0000 |
commit | bbf0409e298c19a53a9b2f7f5b285f2611890cca (patch) | |
tree | 7f5d1777d089893fdd2cfac685e1861e2a7af168 | |
parent | d6224a97565cdf8d6623695172db6260034df9df (diff) |
docs: add moved gtk plugin to docs
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-docs.sgml | 3 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-sections.txt | 32 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-gtk.xml | 43 |
3 files changed, 78 insertions, 0 deletions
diff --git a/docs/plugins/gst-plugins-good-plugins-docs.sgml b/docs/plugins/gst-plugins-good-plugins-docs.sgml index a4128fc33..f4ecb0a9a 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 b23db52b9..26fd54ba8 100644 --- a/docs/plugins/gst-plugins-good-plugins-sections.txt +++ b/docs/plugins/gst-plugins-good-plugins-sections.txt @@ -1044,6 +1044,38 @@ 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> GstHDV1394Src diff --git a/docs/plugins/inspect/plugin-gtk.xml b/docs/plugins/inspect/plugin-gtk.xml new file mode 100644 index 000000000..15c7ecce6 --- /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 |