From: Tim-Philipp Müller Date: Fri, 1 May 2009 13:25:40 +0000 (+0100) Subject: docs: make fpsdisplaysink show up in the docs X-Git-Tag: 1.19.3~507^2~18940 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=76535b0e1f1cf35de47c9a8ba064be77a9935db5;p=platform%2Fupstream%2Fgstreamer.git docs: make fpsdisplaysink show up in the docs --- diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index bef7f6d..faa5e33 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 04b5828..2fc7166 100644 --- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml @@ -42,6 +42,7 @@ + @@ -104,6 +105,7 @@ + diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt index 689ffd8..1523e26 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
+element-fpsdisplaysink +fpsdisplaysink +GstFPSDisplaySink + +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 +
+ +
element-input-selector input-selector GstInputSelector diff --git a/gst/debugutils/fpsdisplaysink.c b/gst/debugutils/fpsdisplaysink.c index a762b98..b37ab11 100644 --- a/gst/debugutils/fpsdisplaysink.c +++ b/gst/debugutils/fpsdisplaysink.c @@ -18,7 +18,7 @@ */ /** - * SECTION:element-fpsdisplay + * SECTION:element-fpsdisplaysink * * Can display the current and average framerate as a testoverlay or on stdout. *