diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins.args | 22 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins.signals | 102 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-gstrtpmanager.xml | 2 |
3 files changed, 119 insertions, 7 deletions
diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args index aaa99cbd..24b1ed0f 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -1501,7 +1501,7 @@ <ARG> <NAME>GstBPWSinc::length</NAME> <TYPE>gint</TYPE> -<RANGE>>= 3</RANGE> +<RANGE>[3,50000]</RANGE> <FLAGS>rw</FLAGS> <NICK>Length</NICK> <BLURB>Filter kernel length, will be rounded to the next odd number.</BLURB> @@ -1510,8 +1510,8 @@ <ARG> <NAME>GstBPWSinc::lower-frequency</NAME> -<TYPE>gdouble</TYPE> -<RANGE>>= 0</RANGE> +<TYPE>gfloat</TYPE> +<RANGE>[0,100000]</RANGE> <FLAGS>rw</FLAGS> <NICK>Lower Frequency</NICK> <BLURB>Cut-off lower frequency (Hz).</BLURB> @@ -1520,8 +1520,8 @@ <ARG> <NAME>GstBPWSinc::upper-frequency</NAME> -<TYPE>gdouble</TYPE> -<RANGE>>= 0</RANGE> +<TYPE>gfloat</TYPE> +<RANGE>[0,100000]</RANGE> <FLAGS>rw</FLAGS> <NICK>Upper Frequency</NICK> <BLURB>Cut-off upper frequency (Hz).</BLURB> @@ -1561,7 +1561,7 @@ <ARG> <NAME>GstLPWSinc::length</NAME> <TYPE>gint</TYPE> -<RANGE>>= 3</RANGE> +<RANGE>[3,50000]</RANGE> <FLAGS>rw</FLAGS> <NICK>Length</NICK> <BLURB>Filter kernel length, will be rounded to the next odd number.</BLURB> @@ -1589,6 +1589,16 @@ </ARG> <ARG> +<NAME>GstLPWSinc::cutoff</NAME> +<TYPE>gfloat</TYPE> +<RANGE>[0,100000]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Cutoff</NICK> +<BLURB>Cut-off Frequency (Hz).</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + +<ARG> <NAME>GstIIR::A</NAME> <TYPE>gdouble</TYPE> <RANGE></RANGE> diff --git a/docs/plugins/gst-plugins-bad-plugins.signals b/docs/plugins/gst-plugins-bad-plugins.signals index be79db7c..bb6b21e4 100644 --- a/docs/plugins/gst-plugins-bad-plugins.signals +++ b/docs/plugins/gst-plugins-bad-plugins.signals @@ -30,6 +30,54 @@ guint arg1 </SIGNAL> <SIGNAL> +<NAME>GstRTPSession::on-bye-ssrc</NAME> +<RETURNS>void</RETURNS> +<FLAGS>l</FLAGS> +GstRTPSession *gstrtpsession +guint arg1 +</SIGNAL> + +<SIGNAL> +<NAME>GstRTPSession::on-bye-timeout</NAME> +<RETURNS>void</RETURNS> +<FLAGS>l</FLAGS> +GstRTPSession *gstrtpsession +guint arg1 +</SIGNAL> + +<SIGNAL> +<NAME>GstRTPSession::on-new-ssrc</NAME> +<RETURNS>void</RETURNS> +<FLAGS>l</FLAGS> +GstRTPSession *gstrtpsession +guint arg1 +</SIGNAL> + +<SIGNAL> +<NAME>GstRTPSession::on-ssrc-collision</NAME> +<RETURNS>void</RETURNS> +<FLAGS>l</FLAGS> +GstRTPSession *gstrtpsession +guint arg1 +</SIGNAL> + +<SIGNAL> +<NAME>GstRTPSession::on-ssrc-validated</NAME> +<RETURNS>void</RETURNS> +<FLAGS>l</FLAGS> +GstRTPSession *gstrtpsession +guint arg1 +</SIGNAL> + +<SIGNAL> +<NAME>GstRTPSession::on-timeout</NAME> +<RETURNS>void</RETURNS> +<FLAGS>l</FLAGS> +GstRTPSession *gstrtpsession +guint arg1 +</SIGNAL> + +<SIGNAL> <NAME>GstRTPPtDemux::clear-pt-map</NAME> <RETURNS>void</RETURNS> <FLAGS>la</FLAGS> @@ -93,6 +141,60 @@ guint arg2 </SIGNAL> <SIGNAL> +<NAME>GstRTPBin::on-bye-ssrc</NAME> +<RETURNS>void</RETURNS> +<FLAGS>l</FLAGS> +GstRTPBin *gstrtpbin +guint arg1 +guint arg2 +</SIGNAL> + +<SIGNAL> +<NAME>GstRTPBin::on-bye-timeout</NAME> +<RETURNS>void</RETURNS> +<FLAGS>l</FLAGS> +GstRTPBin *gstrtpbin +guint arg1 +guint arg2 +</SIGNAL> + +<SIGNAL> +<NAME>GstRTPBin::on-new-ssrc</NAME> +<RETURNS>void</RETURNS> +<FLAGS>l</FLAGS> +GstRTPBin *gstrtpbin +guint arg1 +guint arg2 +</SIGNAL> + +<SIGNAL> +<NAME>GstRTPBin::on-ssrc-collision</NAME> +<RETURNS>void</RETURNS> +<FLAGS>l</FLAGS> +GstRTPBin *gstrtpbin +guint arg1 +guint arg2 +</SIGNAL> + +<SIGNAL> +<NAME>GstRTPBin::on-ssrc-validated</NAME> +<RETURNS>void</RETURNS> +<FLAGS>l</FLAGS> +GstRTPBin *gstrtpbin +guint arg1 +guint arg2 +</SIGNAL> + +<SIGNAL> +<NAME>GstRTPBin::on-timeout</NAME> +<RETURNS>void</RETURNS> +<FLAGS>l</FLAGS> +GstRTPBin *gstrtpbin +guint arg1 +guint arg2 +</SIGNAL> + +<SIGNAL> <NAME>GstCDAudio::track-change</NAME> <RETURNS>void</RETURNS> <FLAGS>l</FLAGS> diff --git a/docs/plugins/inspect/plugin-gstrtpmanager.xml b/docs/plugins/inspect/plugin-gstrtpmanager.xml index 301e0402..05c65f32 100644 --- a/docs/plugins/inspect/plugin-gstrtpmanager.xml +++ b/docs/plugins/inspect/plugin-gstrtpmanager.xml @@ -86,7 +86,7 @@ <longname>RTP packet jitter-buffer</longname> <class>Filter/Network/RTP</class> <description>A buffer that deals with network jitter and other transmission faults</description> - <author>Philippe Kalaf <philippe.kalaf@collabora.co.uk>, Wim Taymans <wim@fluendo.com></author> + <author>Philippe Kalaf <philippe.kalaf@collabora.co.uk>, Wim Taymans <wim.taymans@gmail.com></author> <pads> <caps> <name>src</name> |