diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-05-01 14:25:40 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-05-01 14:28:43 +0100 |
commit | 76535b0e1f1cf35de47c9a8ba064be77a9935db5 (patch) | |
tree | e58cbcecfeb85186869e8018024f1e2aae815577 /docs/plugins | |
parent | 9b1c7c94b4510213c8b5ad1749f6eea32da0ef50 (diff) | |
download | gst-plugins-bad-76535b0e1f1cf35de47c9a8ba064be77a9935db5.tar.gz gst-plugins-bad-76535b0e1f1cf35de47c9a8ba064be77a9935db5.tar.bz2 gst-plugins-bad-76535b0e1f1cf35de47c9a8ba064be77a9935db5.zip |
docs: make fpsdisplaysink show up in the docs
Diffstat (limited to 'docs/plugins')
-rw-r--r-- | docs/plugins/Makefile.am | 1 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-docs.sgml | 2 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-sections.txt | 14 |
3 files changed, 17 insertions, 0 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index bef7f6d1..faa5e33c 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -126,6 +126,7 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/dccp/gstdccpclientsrc.h \ $(top_srcdir)/gst/dccp/gstdccpserversink.h \ $(top_srcdir)/gst/dccp/gstdccpserversrc.h \ + $(top_srcdir)/gst/debugutils/fpsdisplaysink.h \ $(top_srcdir)/gst/dtmf/gstdtmfsrc.h \ $(top_srcdir)/gst/dtmf/gstrtpdtmfsrc.h \ $(top_srcdir)/gst/dtmf/gstrtpdtmfdepay.h \ diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml index 04b5828b..2fc7166a 100644 --- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml @@ -42,6 +42,7 @@ <xi:include href="xml/element-festival.xml" /> <xi:include href="xml/element-flvdemux.xml" /> <xi:include href="xml/element-flvmux.xml" /> + <xi:include href="xml/element-fpsdisplaysink.xml" /> <xi:include href="xml/element-gstrtpbin.xml" /> <xi:include href="xml/element-gstrtpclient.xml" /> <xi:include href="xml/element-gstrtpjitterbuffer.xml" /> @@ -104,6 +105,7 @@ <xi:include href="xml/plugin-cdxaparse.xml" /> <xi:include href="xml/plugin-celt.xml" /> <xi:include href="xml/plugin-dccp.xml" /> + <xi:include href="xml/plugin-debugutilsbad.xml" /> <xi:include href="xml/plugin-deinterlace2.xml" /> <xi:include href="xml/plugin-dfbvideosink.xml" /> <xi:include href="xml/plugin-dirac.xml" /> diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt index 689ffd82..1523e264 100644 --- a/docs/plugins/gst-plugins-bad-plugins-sections.txt +++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt @@ -387,6 +387,20 @@ gst_flv_mux_get_type </SECTION> <SECTION> +<FILE>element-fpsdisplaysink</FILE> +<TITLE>fpsdisplaysink</TITLE> +GstFPSDisplaySink +<SUBSECTION Standard> +GstFPSDisplaySinkClass +GST_TYPE_FPS_DISPLAY_SINK +GST_FPS_DISPLAY_SINK +GST_IS_FPS_DISPLAY_SINK +GST_FPS_DISPLAY_SINK_CLASS +GST_IS_FPS_DISPLAY_SINK_CLASS +fps_display_sink_get_type +</SECTION> + +<SECTION> <FILE>element-input-selector</FILE> <TITLE>input-selector</TITLE> GstInputSelector |