summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/gstrtpbin.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-11-26 11:44:37 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-11-26 11:44:37 +0000
commitb51514fc266d8477aced8e99ffc9408729ada8de (patch)
tree0b2e81709a92d491a950fdd10761fc5fdd00d688 /gst/rtpmanager/gstrtpbin.h
parent1f99f89e59590047496c50897760b110a15a4ad0 (diff)
downloadgst-plugins-bad-b51514fc266d8477aced8e99ffc9408729ada8de.tar.gz
gst-plugins-bad-b51514fc266d8477aced8e99ffc9408729ada8de.tar.bz2
gst-plugins-bad-b51514fc266d8477aced8e99ffc9408729ada8de.zip
gst/rtpmanager/gstrtpbin.*: Remove a lot of per stream state that is not needed and pass new info in the method call.
Original commit message from CVS: * gst/rtpmanager/gstrtpbin.c: (get_client), (gst_rtp_bin_reset_sync), (gst_rtp_bin_associate), (gst_rtp_bin_handle_sync), (create_stream), (gst_rtp_bin_class_init), (new_ssrc_pad_found): * gst/rtpmanager/gstrtpbin.h: Remove a lot of per stream state that is not needed and pass new info in the method call. Add signal to reset sync parameters. Avoid parsing the caps to get a clock_base, we get this from the sync signal now.
Diffstat (limited to 'gst/rtpmanager/gstrtpbin.h')
-rw-r--r--gst/rtpmanager/gstrtpbin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtpmanager/gstrtpbin.h b/gst/rtpmanager/gstrtpbin.h
index 71235fda..e7658f54 100644
--- a/gst/rtpmanager/gstrtpbin.h
+++ b/gst/rtpmanager/gstrtpbin.h
@@ -69,6 +69,7 @@ struct _GstRtpBinClass {
/* action signals */
void (*clear_pt_map) (GstRtpBin *rtpbin);
+ void (*reset_sync) (GstRtpBin *rtpbin);
RTPSession* (*get_internal_session) (GstRtpBin *rtpbin, guint session_id);
/* session manager signals */