docs: add GstRTSPExtension to docs

Add minimal docs for GstRTSPExtension so people know it exists.
This commit is contained in:
Tim-Philipp Müller 2010-03-15 23:47:23 +00:00
parent cfa8de336c
commit 4b06fad321
3 changed files with 11 additions and 0 deletions

View file

@ -160,6 +160,7 @@
<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" />

View 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>

View 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>
*