summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-04-13 09:32:21 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-04-13 09:32:21 +0000
commitb7524708232f6c252e8d6c635a8a81fae2685e74 (patch)
tree280d82edc47a98a665f9e5d41aaa2735006e9d3c /docs
parent3bf1b5ecf7b77fb3283236ed46159cd9aa6c3f2d (diff)
docs/plugins/gst-plugins-good-plugins-sections.txt: Fix docs.
Original commit message from CVS: * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix docs. * gst/rtsp/URLS: Add some more example urls. * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT), (gst_rtp_dec_chain_rtp): Better debugging. * gst/rtsp/gstrtspsrc.c: (request_pt_map), (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo): Remove unused code.
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst-plugins-good-plugins-sections.txt20
1 files changed, 12 insertions, 8 deletions
diff --git a/docs/plugins/gst-plugins-good-plugins-sections.txt b/docs/plugins/gst-plugins-good-plugins-sections.txt
index a092e485..7a694bbb 100644
--- a/docs/plugins/gst-plugins-good-plugins-sections.txt
+++ b/docs/plugins/gst-plugins-good-plugins-sections.txt
@@ -475,10 +475,10 @@ gst_progress_report_get_type
<SECTION>
<FILE>element-rtspsrc</FILE>
-GstRTSPProto
GstRTSPSrc
<TITLE>rtspsrc</TITLE>
<SUBSECTION Standard>
+gst_rtspsrc_send
GstRTSPStream
GstRTSPSrcClass
GST_RTSPSRC
@@ -487,6 +487,10 @@ GST_TYPE_RTSPSRC
gst_rtspsrc_get_type
GST_RTSPSRC_CLASS
GST_IS_RTSPSRC_CLASS
+GST_RTSPSRC_CAST
+GST_RTSP_LOOP_GET_COND
+GST_RTSP_LOOP_SIGNAL
+GST_RTSP_LOOP_WAIT
</SECTION>
<SECTION>
@@ -494,14 +498,14 @@ GST_IS_RTSPSRC_CLASS
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
+GstRTPDecSession
+GST_RTP_DEC
+GST_IS_RTP_DEC
+GST_TYPE_RTP_DEC
+gst_rtp_dec_get_type
+GST_RTP_DEC_CLASS
+GST_IS_RTP_DEC_CLASS
</SECTION>
<SECTION>