summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-06-20 14:57:09 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-06-20 14:57:09 +0000
commitbfd2b35dda34bd54346adf0293f9947dfa32ec06 (patch)
tree6094c5e93b19a19d2df38b37c7ff7f9c7dc5b96d /docs
parentb24f97c6950a0760762ff89a25621bce48ab9efe (diff)
Added documentation for the rtsp plugin. Fixes #345393.
Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init): * gst/rtsp/gstrtspsrc.c: * gst/rtsp/gstrtspsrc.h: Added documentation for the rtsp plugin. Fixes #345393.
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/Makefile.am2
-rw-r--r--docs/plugins/gst-plugins-good-plugins-docs.sgml2
-rw-r--r--docs/plugins/gst-plugins-good-plugins-sections.txt31
3 files changed, 35 insertions, 0 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am
index 6e3589f7..cb3decc4 100644
--- a/docs/plugins/Makefile.am
+++ b/docs/plugins/Makefile.am
@@ -82,6 +82,8 @@ EXTRA_HFILES = \
$(top_srcdir)/gst/level/gstlevel.h \
$(top_srcdir)/gst/goom/gstgoom.h \
$(top_srcdir)/gst/id3demux/gstid3demux.h \
+ $(top_srcdir)/gst/rtsp/gstrtpdec.h \
+ $(top_srcdir)/gst/rtsp/gstrtspsrc.h \
$(top_srcdir)/gst/wavparse/gstwavparse.h \
$(top_srcdir)/ext/cairo/gsttimeoverlay.h \
$(top_srcdir)/ext/cdio/gstcdiocddasrc.h \
diff --git a/docs/plugins/gst-plugins-good-plugins-docs.sgml b/docs/plugins/gst-plugins-good-plugins-docs.sgml
index b77f46f6..41cdc902 100644
--- a/docs/plugins/gst-plugins-good-plugins-docs.sgml
+++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml
@@ -35,6 +35,8 @@
<xi:include href="xml/element-multiudpsink.xml" />
<xi:include href="xml/element-multipartmux.xml" />
<xi:include href="xml/element-multipartdemux.xml" />
+ <xi:include href="xml/element-rtspsrc.xml" />
+ <xi:include href="xml/element-rtpdec.xml" />
<xi:include href="xml/element-smokedec.xml" />
<xi:include href="xml/element-smokeenc.xml" />
<xi:include href="xml/element-videobalance.xml" />
diff --git a/docs/plugins/gst-plugins-good-plugins-sections.txt b/docs/plugins/gst-plugins-good-plugins-sections.txt
index 81007495..ac57b606 100644
--- a/docs/plugins/gst-plugins-good-plugins-sections.txt
+++ b/docs/plugins/gst-plugins-good-plugins-sections.txt
@@ -157,6 +157,37 @@ GST_IS_JPEGENC_CLASS
</SECTION>
<SECTION>
+<FILE>element-rtspsrc</FILE>
+GstRTSPProto
+GstRTSPSrc
+<TITLE>rtspsrc</TITLE>
+<SUBSECTION Standard>
+GstRTSPStream
+GstRTSPSrcClass
+GST_RTSPSRC
+GST_IS_RTSPSRC
+GST_TYPE_RTSPSRC
+gst_rtspsrc_get_type
+GST_RTSPSRC_CLASS
+GST_IS_RTSPSRC_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>element-rtpdec</FILE>
+GstRTPDec
+<TITLE>rtpdec</TITLE>
+<SUBSECTION Standard>
+gst_rtpdec_plugin_init
+GstRTPDecClass
+GST_RTPDEC
+GST_IS_RTPDEC
+GST_TYPE_RTPDEC
+gst_rtpdec_get_type
+GST_RTPDEC_CLASS
+GST_IS_RTPDEC_CLASS
+</SECTION>
+
+<SECTION>
<FILE>element-smokedec</FILE>
GstSmokeDec
<TITLE>smokedec</TITLE>