From 4b06fad321b3771015e8ea8e01b7ba3ed53959d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 15 Mar 2010 23:47:23 +0000 Subject: [PATCH] docs: add GstRTSPExtension to docs Add minimal docs for GstRTSPExtension so people know it exists. --- docs/libs/gst-plugins-base-libs-docs.sgml | 1 + docs/libs/gst-plugins-base-libs-sections.txt | 8 ++++++++ gst-libs/gst/rtsp/gstrtspextension.c | 2 ++ 3 files changed, 11 insertions(+) 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). * * *