mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
docs: add GstRTSPExtension to docs
Add minimal docs for GstRTSPExtension so people know it exists.
This commit is contained in:
parent
cfa8de336c
commit
4b06fad321
3 changed files with 11 additions and 0 deletions
|
@ -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" />
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue