From ce2c75404c68257a6bdf76208d588b18ff9c6252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 17 Aug 2007 15:05:17 +0000 Subject: 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. --- docs/plugins/gst-plugins-bad-plugins.args | 22 ++++-- docs/plugins/gst-plugins-bad-plugins.signals | 102 ++++++++++++++++++++++++++ docs/plugins/inspect/plugin-gstrtpmanager.xml | 2 +- 3 files changed, 119 insertions(+), 7 deletions(-) (limited to 'docs') 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 @@ GstBPWSinc::length gint ->= 3 +[3,50000] rw Length Filter kernel length, will be rounded to the next odd number. @@ -1510,8 +1510,8 @@ GstBPWSinc::lower-frequency -gdouble ->= 0 +gfloat +[0,100000] rw Lower Frequency Cut-off lower frequency (Hz). @@ -1520,8 +1520,8 @@ GstBPWSinc::upper-frequency -gdouble ->= 0 +gfloat +[0,100000] rw Upper Frequency Cut-off upper frequency (Hz). @@ -1561,7 +1561,7 @@ GstLPWSinc::length gint ->= 3 +[3,50000] rw Length Filter kernel length, will be rounded to the next odd number. @@ -1588,6 +1588,16 @@ Hamming window (default) + +GstLPWSinc::cutoff +gfloat +[0,100000] +rw +Cutoff +Cut-off Frequency (Hz). +0 + + GstIIR::A gdouble 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 @@ -29,6 +29,54 @@ GstRTPSession *gstrtpsession guint arg1 + +GstRTPSession::on-bye-ssrc +void +l +GstRTPSession *gstrtpsession +guint arg1 + + + +GstRTPSession::on-bye-timeout +void +l +GstRTPSession *gstrtpsession +guint arg1 + + + +GstRTPSession::on-new-ssrc +void +l +GstRTPSession *gstrtpsession +guint arg1 + + + +GstRTPSession::on-ssrc-collision +void +l +GstRTPSession *gstrtpsession +guint arg1 + + + +GstRTPSession::on-ssrc-validated +void +l +GstRTPSession *gstrtpsession +guint arg1 + + + +GstRTPSession::on-timeout +void +l +GstRTPSession *gstrtpsession +guint arg1 + + GstRTPPtDemux::clear-pt-map void @@ -92,6 +140,60 @@ guint arg1 guint arg2 + +GstRTPBin::on-bye-ssrc +void +l +GstRTPBin *gstrtpbin +guint arg1 +guint arg2 + + + +GstRTPBin::on-bye-timeout +void +l +GstRTPBin *gstrtpbin +guint arg1 +guint arg2 + + + +GstRTPBin::on-new-ssrc +void +l +GstRTPBin *gstrtpbin +guint arg1 +guint arg2 + + + +GstRTPBin::on-ssrc-collision +void +l +GstRTPBin *gstrtpbin +guint arg1 +guint arg2 + + + +GstRTPBin::on-ssrc-validated +void +l +GstRTPBin *gstrtpbin +guint arg1 +guint arg2 + + + +GstRTPBin::on-timeout +void +l +GstRTPBin *gstrtpbin +guint arg1 +guint arg2 + + GstCDAudio::track-change void 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 @@ RTP packet jitter-buffer Filter/Network/RTP A buffer that deals with network jitter and other transmission faults - Philippe Kalaf <philippe.kalaf@collabora.co.uk>, Wim Taymans <wim@fluendo.com> + Philippe Kalaf <philippe.kalaf@collabora.co.uk>, Wim Taymans <wim.taymans@gmail.com> src -- cgit v1.2.1