diff options
Diffstat (limited to 'docs/plugins/gst-plugins-bad-plugins.signals')
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins.signals | 40 |
1 files changed, 16 insertions, 24 deletions
diff --git a/docs/plugins/gst-plugins-bad-plugins.signals b/docs/plugins/gst-plugins-bad-plugins.signals index bb75aa53..179a458d 100644 --- a/docs/plugins/gst-plugins-bad-plugins.signals +++ b/docs/plugins/gst-plugins-bad-plugins.signals @@ -6,14 +6,6 @@ GstXvidEnc *gstxvidenc </SIGNAL> <SIGNAL> -<NAME>GstCDAudio::track-change</NAME> -<RETURNS>void</RETURNS> -<FLAGS>l</FLAGS> -GstCDAudio *gstcdaudio -gint arg1 -</SIGNAL> - -<SIGNAL> <NAME>GstRTPSsrcDemux::new-ssrc-pad</NAME> <RETURNS>void</RETURNS> <FLAGS>l</FLAGS> @@ -23,6 +15,13 @@ GstPad *arg2 </SIGNAL> <SIGNAL> +<NAME>GstRTPSession::clear-pt-map</NAME> +<RETURNS>void</RETURNS> +<FLAGS>a</FLAGS> +GstRTPSession *gstrtpsession +</SIGNAL> + +<SIGNAL> <NAME>GstRTPSession::request-pt-map</NAME> <RETURNS>GstCaps*</RETURNS> <FLAGS>l</FLAGS> @@ -31,10 +30,10 @@ guint arg1 </SIGNAL> <SIGNAL> -<NAME>GstRTPSession::clear-pt-map</NAME> +<NAME>GstRTPPtDemux::clear-pt-map</NAME> <RETURNS>void</RETURNS> -<FLAGS>a</FLAGS> -GstRTPSession *gstrtpsession +<FLAGS>la</FLAGS> +GstRTPPtDemux *gstrtpptdemux </SIGNAL> <SIGNAL> @@ -63,10 +62,10 @@ guint arg1 </SIGNAL> <SIGNAL> -<NAME>GstRTPPtDemux::clear-pt-map</NAME> +<NAME>GstRTPJitterBuffer::clear-pt-map</NAME> <RETURNS>void</RETURNS> -<FLAGS>la</FLAGS> -GstRTPPtDemux *gstrtpptdemux +<FLAGS>l</FLAGS> +GstRTPJitterBuffer *gstrtpjitterbuffer </SIGNAL> <SIGNAL> @@ -78,10 +77,10 @@ guint arg1 </SIGNAL> <SIGNAL> -<NAME>GstRTPJitterBuffer::clear-pt-map</NAME> +<NAME>GstRTPBin::clear-pt-map</NAME> <RETURNS>void</RETURNS> -<FLAGS>l</FLAGS> -GstRTPJitterBuffer *gstrtpjitterbuffer +<FLAGS>a</FLAGS> +GstRTPBin *gstrtpbin </SIGNAL> <SIGNAL> @@ -93,10 +92,3 @@ guint arg1 guint arg2 </SIGNAL> -<SIGNAL> -<NAME>GstRTPBin::clear-pt-map</NAME> -<RETURNS>void</RETURNS> -<FLAGS>a</FLAGS> -GstRTPBin *gstrtpbin -</SIGNAL> - |