diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-08-17 15:05:17 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-08-17 15:05:17 +0000 |
commit | ce2c75404c68257a6bdf76208d588b18ff9c6252 (patch) | |
tree | e006d30de514363c941dc8ad02e37d07abbb65c4 /docs/plugins | |
parent | 03afa9b296733bd745f5dd66a15f56aa11a95433 (diff) | |
download | gst-plugins-bad-ce2c75404c68257a6bdf76208d588b18ff9c6252.tar.gz gst-plugins-bad-ce2c75404c68257a6bdf76208d588b18ff9c6252.tar.bz2 gst-plugins-bad-ce2c75404c68257a6bdf76208d588b18ff9c6252.zip |
Use generator macros for the process functions for the different sample types, add lower upper boundaries for the GOb...
Original commit message from CVS:
* gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
(bpwsinc_set_property), (bpwsinc_get_property):
* gst/filter/gstbpwsinc.h:
* gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
(gst_lpwsinc_init), (lpwsinc_build_kernel), (lpwsinc_set_property),
(lpwsinc_get_property):
* gst/filter/gstlpwsinc.h:
* tests/check/elements/lpwsinc.c: (GST_START_TEST):
Use generator macros for the process functions for the different
sample types, add lower upper boundaries for the GObject properties
so automatically generated UIs can use sliders and change frequency
properties to floats to save a bit of memory, even ints would in
theory be enough. Also rename frequency to cutoff for consistency
reasons.
* docs/plugins/gst-plugins-bad-plugins.args:
* docs/plugins/gst-plugins-bad-plugins.signals:
* docs/plugins/inspect/plugin-gstrtpmanager.xml:
Regenerated for the above changes.
Diffstat (limited to 'docs/plugins')
-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> |