diff --git a/docs/libs/gst-plugins-base-libs-docs.sgml b/docs/libs/gst-plugins-base-libs-docs.sgml
index f954c3f41e..db56ded255 100644
--- a/docs/libs/gst-plugins-base-libs-docs.sgml
+++ b/docs/libs/gst-plugins-base-libs-docs.sgml
@@ -160,6 +160,7 @@
+
diff --git a/docs/libs/gst-plugins-base-libs-sections.txt b/docs/libs/gst-plugins-base-libs-sections.txt
index 04889f81ef..add855026a 100644
--- a/docs/libs/gst-plugins-base-libs-sections.txt
+++ b/docs/libs/gst-plugins-base-libs-sections.txt
@@ -1452,6 +1452,14 @@ gst_rtsp_watch_reset
gst_rtsp_watch_queue_message
+
+gstrtspextension
+gst/rtsp/gstrtspextension.h
+GstRTSPExtensionInterface
+
+gst_rtsp_extension_get_type
+
+
gstrtspmessage
gst/rtsp/gstrtspmessage.h
diff --git a/gst-libs/gst/rtsp/gstrtspextension.c b/gst-libs/gst/rtsp/gstrtspextension.c
index 140f82fc1a..716df04a4d 100644
--- a/gst-libs/gst/rtsp/gstrtspextension.c
+++ b/gst-libs/gst/rtsp/gstrtspextension.c
@@ -25,6 +25,8 @@
*
*
*
+ * This interface is implemented e.g. by the Windows Media Streaming RTSP
+ * exentension (rtspwms) and the RealMedia RTSP extension (rtspreal).
*
*
*