diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2007-05-23 13:08:52 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-08-11 02:30:27 +0100 |
commit | 2a8cfc6410cf29f58287d4ad985e4381e9ff6c61 (patch) | |
tree | f05e8a81ff11e9495af008751d6e930ec113ba06 /gst/rtpmanager/gstrtpsession.h | |
parent | 3bc059707de50fc6f5e9d100cb5f4094d6ca30b7 (diff) | |
download | gstreamer-plugins-good-2a8cfc6410cf29f58287d4ad985e4381e9ff6c61.tar.gz |
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 'gst/rtpmanager/gstrtpsession.h')
-rw-r--r-- | gst/rtpmanager/gstrtpsession.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/rtpmanager/gstrtpsession.h b/gst/rtpmanager/gstrtpsession.h index 25bbb6ebd..c58f23e90 100644 --- a/gst/rtpmanager/gstrtpsession.h +++ b/gst/rtpmanager/gstrtpsession.h @@ -59,6 +59,8 @@ struct _GstRTPSessionClass { /* signals */ GstCaps* (*request_pt_map) (GstRTPSession *sess, guint pt); + + void (*clear_pt_map) (GstRTPSession *sess); }; GType gst_rtp_session_get_type (void); |