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 f954c3f41e263fce21ca5ef5c89a01947c317e0c..db56ded255d70708f124b37abd8b4b6bc3324283 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 04889f81ef445efc2d773ce2ddfeb8e6a151a423..add855026aa88cbad8c3feb0b7ac607f7a3e26af 100644 (file)
@@ -1452,6 +1452,14 @@ gst_rtsp_watch_reset
 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>
index 140f82fc1a8f4ecadda549a8a24d14b1d91da7a3..716df04a4d1f2204f9a32fd4f07f297b1ca4ecd7 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>
  *