diff options
Diffstat (limited to 'docs/plugins')
-rw-r--r-- | docs/plugins/Makefile.am | 3 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-docs.sgml | 2 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-sections.txt | 13 |
3 files changed, 17 insertions, 1 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index dd73972f..f07b1d41 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -100,7 +100,8 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/udp/gstmultiudpsink.h \ $(top_srcdir)/gst/videofilter/gstvideoflip.h \ $(top_srcdir)/gst/videofilter/gstvideobalance.h \ - $(top_srcdir)/gst/videomixer/videomixer.c + $(top_srcdir)/gst/videomixer/videomixer.c \ + $(top_srcdir)/sys/ximage/gstximagesrc.h # example code that needs to be converted to xml and placed in xml/ EXAMPLE_CFILES = \ diff --git a/docs/plugins/gst-plugins-good-plugins-docs.sgml b/docs/plugins/gst-plugins-good-plugins-docs.sgml index 912f627f..1b866457 100644 --- a/docs/plugins/gst-plugins-good-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml @@ -39,6 +39,7 @@ <xi:include href="xml/element-videoflip.xml" /> <xi:include href="xml/element-videomixer.xml" /> <xi:include href="xml/element-wavparse.xml" /> + <xi:include href="xml/element-ximagesrc.xml" /> </chapter> <chapter> @@ -88,5 +89,6 @@ <xi:include href="xml/plugin-videomixer.xml" /> <xi:include href="xml/plugin-wavenc.xml" /> <xi:include href="xml/plugin-wavparse.xml" /> + <xi:include href="xml/plugin-ximagesrc.xml" /> </chapter> </book> diff --git a/docs/plugins/gst-plugins-good-plugins-sections.txt b/docs/plugins/gst-plugins-good-plugins-sections.txt index c30e4911..8ca178e3 100644 --- a/docs/plugins/gst-plugins-good-plugins-sections.txt +++ b/docs/plugins/gst-plugins-good-plugins-sections.txt @@ -286,3 +286,16 @@ GST_WAVPARSE_CLASS GST_IS_WAVPARSE_CLASS </SECTION> +<SECTION> +<FILE>element-ximagesrc</FILE> +GstXImageSrc +<TITLE>ximagesrc</TITLE> +<SUBSECTION Standard> +GstXImageSrcClass +GST_XIMAGE_SRC +GST_IS_XIMAGE_SRC +GST_TYPE_XIMAGE_SRC +gst_ximage_src_get_type +GST_XIMAGE_SRC_CLASS +GST_IS_XIMAGE_SRC_CLASS +</SECTION> |