diff options
author | Hyunjun Ko <zzoon.ko@samsung.com> | 2015-10-02 16:16:32 +0900 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-10-02 16:39:29 +0300 |
commit | 2b1f52755df222d56f1e9c4a52826539e8f9c062 (patch) | |
tree | 80293b25462a2f023dbb716284ea2c7156b0087d /docs/plugins | |
parent | 040467d118ec633260424660bfa2946eb50a8c3f (diff) |
rtpmanager: add new on-new-sender-ssrc, on-sender-ssrc-active signals
Allows for applications to get internal source's RTP statistics.
(eg. sender sources for a server/client)
https://bugzilla.gnome.org/show_bug.cgi?id=746747
Diffstat (limited to 'docs/plugins')
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins.signals | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/plugins/gst-plugins-good-plugins.signals b/docs/plugins/gst-plugins-good-plugins.signals index ea2a04ba0..169f54e69 100644 --- a/docs/plugins/gst-plugins-good-plugins.signals +++ b/docs/plugins/gst-plugins-good-plugins.signals @@ -349,6 +349,24 @@ guint arg1 </SIGNAL> <SIGNAL> +<NAME>GstRtpBin::on-new-sender-ssrc</NAME> +<RETURNS>void</RETURNS> +<FLAGS>l</FLAGS> +GstRtpBin *gstrtpbin +guint arg1 +guint arg2 +</SIGNAL> + +<SIGNAL> +<NAME>GstRtpBin::on-sender-ssrc-active</NAME> +<RETURNS>void</RETURNS> +<FLAGS>l</FLAGS> +GstRtpBin *gstrtpbin +guint arg1 +guint arg2 +</SIGNAL> + +<SIGNAL> <NAME>GstRtpJitterBuffer::clear-pt-map</NAME> <RETURNS>void</RETURNS> <FLAGS>la</FLAGS> @@ -507,6 +525,22 @@ guint arg1 </SIGNAL> <SIGNAL> +<NAME>GstRtpSession::on-new-sender-ssrc</NAME> +<RETURNS>void</RETURNS> +<FLAGS>l</FLAGS> +GstRtpSession *gstrtpsession +guint arg1 +</SIGNAL> + +<SIGNAL> +<NAME>GstRtpSession::on-sender-ssrc-active</NAME> +<RETURNS>void</RETURNS> +<FLAGS>l</FLAGS> +GstRtpSession *gstrtpsession +guint arg1 +</SIGNAL> + +<SIGNAL> <NAME>GstRtpSsrcDemux::clear-ssrc</NAME> <RETURNS>void</RETURNS> <FLAGS>la</FLAGS> |