diff options
Diffstat (limited to 'docs/plugins/gst-plugins-bad-plugins.signals')
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins.signals | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/docs/plugins/gst-plugins-bad-plugins.signals b/docs/plugins/gst-plugins-bad-plugins.signals index e498eacb..92c41b8b 100644 --- a/docs/plugins/gst-plugins-bad-plugins.signals +++ b/docs/plugins/gst-plugins-bad-plugins.signals @@ -13,3 +13,62 @@ GstCDAudio *gstcdaudio gint arg1 </SIGNAL> +<SIGNAL> +<NAME>GstRTPSsrcDemux::new-ssrc-pad</NAME> +<RETURNS>void</RETURNS> +<FLAGS>l</FLAGS> +GstRTPSsrcDemux *gstrtpssrcdemux +guint arg1 +GstPad *arg2 +</SIGNAL> + +<SIGNAL> +<NAME>GstRTPSession::request-pt-map</NAME> +<RETURNS>GstCaps*</RETURNS> +<FLAGS>l</FLAGS> +GstRTPSession *gstrtpsession +guint arg1 +</SIGNAL> + +<SIGNAL> +<NAME>GstRTPPtDemux::new-payload-type</NAME> +<RETURNS>void</RETURNS> +<FLAGS>l</FLAGS> +GstRTPPtDemux *gstrtpptdemux +guint arg1 +GstPad *arg2 +</SIGNAL> + +<SIGNAL> +<NAME>GstRTPPtDemux::payload-type-change</NAME> +<RETURNS>void</RETURNS> +<FLAGS>l</FLAGS> +GstRTPPtDemux *gstrtpptdemux +guint arg1 +</SIGNAL> + +<SIGNAL> +<NAME>GstRTPPtDemux::request-pt-map</NAME> +<RETURNS>GstCaps*</RETURNS> +<FLAGS>l</FLAGS> +GstRTPPtDemux *gstrtpptdemux +guint arg1 +</SIGNAL> + +<SIGNAL> +<NAME>GstRTPJitterBuffer::request-pt-map</NAME> +<RETURNS>GstCaps*</RETURNS> +<FLAGS>l</FLAGS> +GstRTPJitterBuffer *gstrtpjitterbuffer +guint arg1 +</SIGNAL> + +<SIGNAL> +<NAME>GstRTPBin::request-pt-map</NAME> +<RETURNS>GstCaps*</RETURNS> +<FLAGS>l</FLAGS> +GstRTPBin *gstrtpbin +guint arg1 +guint arg2 +</SIGNAL> + |