diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am
index bef7f6d193..faa5e33c2c 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 04b5828b77..2fc7166a5d 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 689ffd8290..1523e264d0 100644
--- a/docs/plugins/gst-plugins-bad-plugins-sections.txt
+++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt
@@ -386,6 +386,20 @@ GST_TYPE_FLV_MUX
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
diff --git a/gst/debugutils/fpsdisplaysink.c b/gst/debugutils/fpsdisplaysink.c
index a762b98cf8..b37ab1129d 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.
*