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)
commitce2c75404c68257a6bdf76208d588b18ff9c6252
treee006d30de514363c941dc8ad02e37d07abbb65c4
parent03afa9b296733bd745f5dd66a15f56aa11a95433
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.
ChangeLog
docs/plugins/gst-plugins-bad-plugins.args
docs/plugins/gst-plugins-bad-plugins.signals
docs/plugins/inspect/plugin-gstrtpmanager.xml
gst/filter/gstbpwsinc.c
gst/filter/gstbpwsinc.h
gst/filter/gstlpwsinc.c
gst/filter/gstlpwsinc.h
tests/check/elements/lpwsinc.c