docs: make fpsdisplaysink show up in the docs
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 1 May 2009 13:25:40 +0000 (14:25 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 1 May 2009 13:28:43 +0000 (14:28 +0100)
docs/plugins/Makefile.am
docs/plugins/gst-plugins-bad-plugins-docs.sgml
docs/plugins/gst-plugins-bad-plugins-sections.txt
gst/debugutils/fpsdisplaysink.c

index bef7f6d..faa5e33 100644 (file)
@@ -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 \
index 04b5828..2fc7166 100644 (file)
@@ -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" />
     <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" />
index 689ffd8..1523e26 100644 (file)
@@ -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
index a762b98..b37ab11 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 /**
- * SECTION:element-fpsdisplay
+ * SECTION:element-fpsdisplaysink
  *
  * Can display the current and average framerate as a testoverlay or on stdout.
  *