From 4b06fad321b3771015e8ea8e01b7ba3ed53959d6 Mon Sep 17 00:00:00 2001 From: =?utf8?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 f954c3f..db56ded 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 04889f8..add8550 100644 --- a/docs/libs/gst-plugins-base-libs-sections.txt +++ b/docs/libs/gst-plugins-base-libs-sections.txt @@ -1453,6 +1453,14 @@ gst_rtsp_watch_queue_message
+gstrtspextension +gst/rtsp/gstrtspextension.h +GstRTSPExtensionInterface + +gst_rtsp_extension_get_type +
+ +
gstrtspmessage gst/rtsp/gstrtspmessage.h GstRTSPMsgType diff --git a/gst-libs/gst/rtsp/gstrtspextension.c b/gst-libs/gst/rtsp/gstrtspextension.c index 140f82f..716df04 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). * * * -- 2.7.4