summaryrefslogtreecommitdiffstats
path: root/docs/plugins/Makefile.am
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-05-23 13:08:52 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-05-23 13:08:52 +0000
commit93888e03ac5b962f0b6ade3b0d8d5254f66e591f (patch)
tree35ff789423381a103fa435a1e625e6e755b44dc5 /docs/plugins/Makefile.am
parentb2a310f5c0b6cdc9741c871c447b1d16de459a2e (diff)
downloadgst-plugins-bad-93888e03ac5b962f0b6ade3b0d8d5254f66e591f.tar.gz
gst-plugins-bad-93888e03ac5b962f0b6ade3b0d8d5254f66e591f.tar.bz2
gst-plugins-bad-93888e03ac5b962f0b6ade3b0d8d5254f66e591f.zip
Document stuff.
Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init): * gst/rtpmanager/gstrtpbin.h: * gst/rtpmanager/gstrtpclient.c: * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop): * gst/rtpmanager/gstrtpjitterbuffer.h: * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init), (gst_rtp_pt_demux_clear_pt_map): * gst/rtpmanager/gstrtpptdemux.h: * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init), (rtcp_thread), (gst_rtp_session_clear_pt_map): * gst/rtpmanager/gstrtpsession.h: * gst/rtpmanager/gstrtpssrcdemux.c: (gst_rtp_ssrc_demux_class_init): Document stuff. Add clear-pt-map action signal where needed.
Diffstat (limited to 'docs/plugins/Makefile.am')
-rw-r--r--docs/plugins/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am
index 73bdbf83..80c71c1b 100644
--- a/docs/plugins/Makefile.am
+++ b/docs/plugins/Makefile.am
@@ -105,6 +105,12 @@ EXTRA_HFILES = \
$(top_srcdir)/gst/replaygain/gstrganalysis.h \
$(top_srcdir)/gst/replaygain/gstrglimiter.h \
$(top_srcdir)/gst/replaygain/gstrgvolume.h \
+ $(top_srcdir)/gst/rtpmanager/gstrtpbin.h \
+ $(top_srcdir)/gst/rtpmanager/gstrtpclient.h \
+ $(top_srcdir)/gst/rtpmanager/gstrtpjitterbuffer.h \
+ $(top_srcdir)/gst/rtpmanager/gstrtpptdemux.h \
+ $(top_srcdir)/gst/rtpmanager/gstrtpsession.h \
+ $(top_srcdir)/gst/rtpmanager/gstrtpssrcdemux.h \
$(top_srcdir)/gst/videocrop/gstvideocrop.h
# Images to copy into HTML directory.