From dbad1d424ab8511c01e31988de0b967c4ed5e233 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Tue, 11 Aug 2009 02:42:16 +0100 Subject: docs: update --- docs/plugins/gst-plugins-good-plugins.signals | 296 ++++++++++++++++++++++++++ 1 file changed, 296 insertions(+) (limited to 'docs/plugins/gst-plugins-good-plugins.signals') diff --git a/docs/plugins/gst-plugins-good-plugins.signals b/docs/plugins/gst-plugins-good-plugins.signals index 94c1e54d..9f1cc29c 100644 --- a/docs/plugins/gst-plugins-good-plugins.signals +++ b/docs/plugins/gst-plugins-good-plugins.signals @@ -348,3 +348,299 @@ GstAudioIIRFilter *gstaudioiirfilter gint arg1 + +GstRtpBin::clear-pt-map +void +la +GstRtpBin *gstrtpbin + + + +GstRtpBin::get-internal-session +RTPSession* +la +GstRtpBin *gstrtpbin +guint arg1 + + + +GstRtpBin::on-bye-ssrc +void +l +GstRtpBin *gstrtpbin +guint arg1 +guint arg2 + + + +GstRtpBin::on-bye-timeout +void +l +GstRtpBin *gstrtpbin +guint arg1 +guint arg2 + + + +GstRtpBin::on-new-ssrc +void +l +GstRtpBin *gstrtpbin +guint arg1 +guint arg2 + + + +GstRtpBin::on-npt-stop +void +l +GstRtpBin *gstrtpbin +guint arg1 +guint arg2 + + + +GstRtpBin::on-sender-timeout +void +l +GstRtpBin *gstrtpbin +guint arg1 +guint arg2 + + + +GstRtpBin::on-ssrc-active +void +l +GstRtpBin *gstrtpbin +guint arg1 +guint arg2 + + + +GstRtpBin::on-ssrc-collision +void +l +GstRtpBin *gstrtpbin +guint arg1 +guint arg2 + + + +GstRtpBin::on-ssrc-sdes +void +l +GstRtpBin *gstrtpbin +guint arg1 +guint arg2 + + + +GstRtpBin::on-ssrc-validated +void +l +GstRtpBin *gstrtpbin +guint arg1 +guint arg2 + + + +GstRtpBin::on-timeout +void +l +GstRtpBin *gstrtpbin +guint arg1 +guint arg2 + + + +GstRtpBin::request-pt-map +GstCaps* +l +GstRtpBin *gstrtpbin +guint arg1 +guint arg2 + + + +GstRtpBin::reset-sync +void +la +GstRtpBin *gstrtpbin + + + +GstRtpJitterBuffer::clear-pt-map +void +la +GstRtpJitterBuffer *gstrtpjitterbuffer + + + +GstRtpJitterBuffer::handle-sync +void +l +GstRtpJitterBuffer *gstrtpjitterbuffer +GstStructure *arg1 + + + +GstRtpJitterBuffer::on-npt-stop +void +l +GstRtpJitterBuffer *gstrtpjitterbuffer + + + +GstRtpJitterBuffer::request-pt-map +GstCaps* +l +GstRtpJitterBuffer *gstrtpjitterbuffer +guint arg1 + + + +GstRtpPtDemux::clear-pt-map +void +la +GstRtpPtDemux *gstrtpptdemux + + + +GstRtpPtDemux::new-payload-type +void +l +GstRtpPtDemux *gstrtpptdemux +guint arg1 +GstPad *arg2 + + + +GstRtpPtDemux::payload-type-change +void +l +GstRtpPtDemux *gstrtpptdemux +guint arg1 + + + +GstRtpPtDemux::request-pt-map +GstCaps* +l +GstRtpPtDemux *gstrtpptdemux +guint arg1 + + + +GstRtpSession::clear-pt-map +void +a +GstRtpSession *gstrtpsession + + + +GstRtpSession::on-bye-ssrc +void +l +GstRtpSession *gstrtpsession +guint arg1 + + + +GstRtpSession::on-bye-timeout +void +l +GstRtpSession *gstrtpsession +guint arg1 + + + +GstRtpSession::on-new-ssrc +void +l +GstRtpSession *gstrtpsession +guint arg1 + + + +GstRtpSession::on-sender-timeout +void +l +GstRtpSession *gstrtpsession +guint arg1 + + + +GstRtpSession::on-ssrc-active +void +l +GstRtpSession *gstrtpsession +guint arg1 + + + +GstRtpSession::on-ssrc-collision +void +l +GstRtpSession *gstrtpsession +guint arg1 + + + +GstRtpSession::on-ssrc-sdes +void +l +GstRtpSession *gstrtpsession +guint arg1 + + + +GstRtpSession::on-ssrc-validated +void +l +GstRtpSession *gstrtpsession +guint arg1 + + + +GstRtpSession::on-timeout +void +l +GstRtpSession *gstrtpsession +guint arg1 + + + +GstRtpSession::request-pt-map +GstCaps* +l +GstRtpSession *gstrtpsession +guint arg1 + + + +GstRtpSsrcDemux::clear-ssrc +void +la +GstRtpSsrcDemux *gstrtpssrcdemux +guint arg1 + + + +GstRtpSsrcDemux::new-ssrc-pad +void +l +GstRtpSsrcDemux *gstrtpssrcdemux +guint arg1 +GstPad *arg2 + + + +GstRtpSsrcDemux::removed-ssrc-pad +void +l +GstRtpSsrcDemux *gstrtpssrcdemux +guint arg1 +GstPad *arg2 + + -- cgit