Use generator macros for the process functions for the different sample types, add...
authorSebastian Dröge <slomo@circular-chaos.org>
Fri, 17 Aug 2007 15:05:17 +0000 (15:05 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Fri, 17 Aug 2007 15:05:17 +0000 (15:05 +0000)
commit1301d15e4f8991ecb8384f27fc26940c25f25712
tree8b445f6a4864a6c24045141d9e005b350b3397ae
parentf86bfaf5f90c42296de3f4dee8ec15a76f0f310c
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.
gst/audiofx/audiowsincband.c
gst/audiofx/audiowsincband.h
gst/audiofx/audiowsinclimit.c
gst/audiofx/audiowsinclimit.h
tests/check/elements/audiowsinclimit.c