docs: add GstRTSPExtension to docs
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 15 Mar 2010 23:47:23 +0000 (23:47 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 16 Mar 2010 00:04:41 +0000 (00:04 +0000)
Add minimal docs for GstRTSPExtension so people know it exists.

docs/libs/gst-plugins-base-libs-docs.sgml
docs/libs/gst-plugins-base-libs-sections.txt
gst-libs/gst/rtsp/gstrtspextension.c

index f954c3f..db56ded 100644 (file)
       <xi:include href="xml/gstrtspbase64.xml" />
       <xi:include href="xml/gstrtspconnection.xml" />
       <xi:include href="xml/gstrtspdefs.xml" />
+      <xi:include href="xml/gstrtspextension.xml" />
       <xi:include href="xml/gstrtspmessage.xml" />
       <xi:include href="xml/gstrtsprange.xml" />
       <xi:include href="xml/gstrtsptransport.xml" />
index 04889f8..add8550 100644 (file)
@@ -1453,6 +1453,14 @@ gst_rtsp_watch_queue_message
 </SECTION>
 
 <SECTION>
+<FILE>gstrtspextension</FILE>
+<INCLUDE>gst/rtsp/gstrtspextension.h</INCLUDE>
+GstRTSPExtensionInterface
+<SUBSECTION Standard>
+gst_rtsp_extension_get_type
+</SECTION>
+
+<SECTION>
 <FILE>gstrtspmessage</FILE>
 <INCLUDE>gst/rtsp/gstrtspmessage.h</INCLUDE>
 GstRTSPMsgType
index 140f82f..716df04 100644 (file)
@@ -25,6 +25,8 @@
  *
  * <refsect2>
  * <para>
+ *  This interface is implemented e.g. by the Windows Media Streaming RTSP
+ *  exentension (rtspwms) and the RealMedia RTSP extension (rtspreal).
  * </para>
  * </refsect2>
  *