diff options
Diffstat (limited to 'docs/plugins')
-rw-r--r-- | docs/plugins/Makefile.am | 3 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-base-plugins-docs.sgml | 1 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-base-plugins-sections.txt | 16 |
3 files changed, 19 insertions, 1 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index c39b8a13..ed7ce59e 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -74,10 +74,10 @@ IGNORE_CFILES = utils.c mem.c imgconvert.c # the registry won't have the element EXTRA_HFILES = \ - $(top_srcdir)/ext/cdparanoia/gstcdparanoiasrc.h \ $(top_srcdir)/ext/alsa/gstalsamixerelement.h \ $(top_srcdir)/ext/alsa/gstalsasink.h \ $(top_srcdir)/ext/alsa/gstalsasrc.h \ + $(top_srcdir)/ext/cdparanoia/gstcdparanoiasrc.h \ $(top_srcdir)/ext/gnomevfs/gstgnomevfssink.h \ $(top_srcdir)/ext/gnomevfs/gstgnomevfssrc.h \ $(top_srcdir)/ext/pango/gstclockoverlay.h \ @@ -89,6 +89,7 @@ EXTRA_HFILES = \ $(top_srcdir)/ext/vorbis/vorbisdec.h \ $(top_srcdir)/ext/vorbis/vorbisenc.h \ $(top_srcdir)/ext/vorbis/vorbisparse.h \ + $(top_srcdir)/gst/adder/gstadder.h \ $(top_srcdir)/gst/audioconvert/gstaudioconvert.h \ $(top_srcdir)/gst/audioresample/gstaudioresample.h \ $(top_srcdir)/gst/audiotestsrc/gstaudiotestsrc.h \ diff --git a/docs/plugins/gst-plugins-base-plugins-docs.sgml b/docs/plugins/gst-plugins-base-plugins-docs.sgml index 5b4a520b..199e7264 100644 --- a/docs/plugins/gst-plugins-base-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-base-plugins-docs.sgml @@ -12,6 +12,7 @@ <chapter> <title>gst-plugins-base Elements</title> + <xi:include href="xml/element-adder.xml" /> <xi:include href="xml/element-alsamixer.xml" /> <xi:include href="xml/element-alsasink.xml" /> <xi:include href="xml/element-alsasrc.xml" /> diff --git a/docs/plugins/gst-plugins-base-plugins-sections.txt b/docs/plugins/gst-plugins-base-plugins-sections.txt index 55cb9ea7..e86dbc3d 100644 --- a/docs/plugins/gst-plugins-base-plugins-sections.txt +++ b/docs/plugins/gst-plugins-base-plugins-sections.txt @@ -1,4 +1,20 @@ <SECTION> +<FILE>element-adder</FILE> +<TITLE>adder</TITLE> +GstAdder +<SUBSECTION Standard> +GST_ADDER +GST_IS_ADDER +GST_TYPE_ADDER +gst_adder_factory_init +gst_adder_get_type +GST_ADDER_CLASS +GST_IS_ADDER_CLASS +GstAdderClass +GstAdderFormat +</SECTION> + +<SECTION> <FILE>element-alsamixer</FILE> GstAlsaMixerElement <TITLE>alsamixer</TITLE> |