diff options
Diffstat (limited to 'docs/plugins')
-rw-r--r-- | docs/plugins/Makefile.am | 1 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-docs.sgml | 1 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-sections.txt | 15 |
3 files changed, 17 insertions, 0 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 990e1fa1..ee731364 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -80,6 +80,7 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/level/gstlevel.h \ $(top_srcdir)/gst/goom/gstgoom.h \ $(top_srcdir)/gst/id3demux/gstid3demux.h \ + $(top_srcdir)/gst/wavparse/gstwavparse.h \ $(top_srcdir)/ext/cairo/gsttimeoverlay.h \ $(top_srcdir)/ext/cdio/gstcdiocddasrc.h \ $(top_srcdir)/ext/dv/gstdvdec.h \ diff --git a/docs/plugins/gst-plugins-good-plugins-docs.sgml b/docs/plugins/gst-plugins-good-plugins-docs.sgml index 721ebfea..1975fa0b 100644 --- a/docs/plugins/gst-plugins-good-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml @@ -36,6 +36,7 @@ <xi:include href="xml/element-videobalance.xml" /> <xi:include href="xml/element-videoflip.xml" /> <xi:include href="xml/element-videomixer.xml" /> + <xi:include href="xml/element-wavparse.xml" /> </chapter> <chapter> diff --git a/docs/plugins/gst-plugins-good-plugins-sections.txt b/docs/plugins/gst-plugins-good-plugins-sections.txt index a3e1ba48..8c7032a4 100644 --- a/docs/plugins/gst-plugins-good-plugins-sections.txt +++ b/docs/plugins/gst-plugins-good-plugins-sections.txt @@ -255,3 +255,18 @@ GstVideoMixerBackground GstVideoMixerClass </SECTION> +<SECTION> +<FILE>element-wavparse</FILE> +GstWavParse +<TITLE>wavparse</TITLE> +<SUBSECTION Standard> +GstWavParseClass +GstWavParseState +GST_WAVPARSE +GST_IS_WAVPARSE +GST_TYPE_WAVPARSE +gst_wavparse_get_type +GST_WAVPARSE_CLASS +GST_IS_WAVPARSE_CLASS +</SECTION> + |