summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/gstrtpbin.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-03-27 17:44:57 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2009-03-27 17:44:57 +0100
commitd6550696d45170fe6a712b03b82c21881ef40bb7 (patch)
treee7310c97db57d7f0530f8398b2e3e62899731891 /gst/rtpmanager/gstrtpbin.h
parent960515083060eb2cb6bc959b5aff3e493e3486be (diff)
downloadgst-plugins-bad-d6550696d45170fe6a712b03b82c21881ef40bb7.tar.gz
gst-plugins-bad-d6550696d45170fe6a712b03b82c21881ef40bb7.tar.bz2
gst-plugins-bad-d6550696d45170fe6a712b03b82c21881ef40bb7.zip
rtpbin: add on_npt_stop signal
Add the on_npt_stop signal to rtpbin and rtpjitterbuffer to notify the application that the NPT stop position has been reached.
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 e7658f54..a984d4da 100644
--- a/gst/rtpmanager/gstrtpbin.h
+++ b/gst/rtpmanager/gstrtpbin.h
@@ -82,6 +82,7 @@ struct _GstRtpBinClass {
void (*on_bye_timeout) (GstRtpBin *rtpbin, guint session, guint32 ssrc);
void (*on_timeout) (GstRtpBin *rtpbin, guint session, guint32 ssrc);
void (*on_sender_timeout) (GstRtpBin *rtpbin, guint session, guint32 ssrc);
+ void (*on_npt_stop) (GstRtpBin *rtpbin, guint session, guint32 ssrc);
};
GType gst_rtp_bin_get_type (void);