summaryrefslogtreecommitdiffstats
path: root/gst/filter/gstfilter.c
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-02-07 21:53:39 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-02-07 21:53:39 +0000
commit9749d146c63c6206e3ce81672231862122746c01 (patch)
treea079690402bea9729dd834c220561bb02f1032a0 /gst/filter/gstfilter.c
parent37915fa611ede3dbe8e6e2e70baafb49f5c216ea (diff)
downloadgst-plugins-bad-9749d146c63c6206e3ce81672231862122746c01.tar.gz
gst-plugins-bad-9749d146c63c6206e3ce81672231862122746c01.tar.bz2
gst-plugins-bad-9749d146c63c6206e3ce81672231862122746c01.zip
Remove lpwsinc and bpwsinc elements - they've become audiowsinclimit and audiowsincband respectively, in the gst-plug...
Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * docs/plugins/gst-plugins-bad-plugins.args: * docs/plugins/gst-plugins-bad-plugins.hierarchy: * gst/filter/Makefile.am: * gst/filter/filter.vcproj: * gst/filter/gstbpwsinc.c: * gst/filter/gstbpwsinc.h: * gst/filter/gstfilter.c: * gst/filter/gstfilter.h: * gst/filter/gstlpwsinc.c: * gst/filter/gstlpwsinc.h: * tests/check/Makefile.am: * tests/check/elements/bpwsinc.c: * tests/check/elements/lpwsinc.c: Remove lpwsinc and bpwsinc elements - they've become audiowsinclimit and audiowsincband respectively, in the gst-plugins-good audiofx plugin.
Diffstat (limited to 'gst/filter/gstfilter.c')
-rw-r--r--gst/filter/gstfilter.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gst/filter/gstfilter.c b/gst/filter/gstfilter.c
index 36c37ec4..11c43cc5 100644
--- a/gst/filter/gstfilter.c
+++ b/gst/filter/gstfilter.c
@@ -38,8 +38,6 @@ struct _elements_entry
static struct _elements_entry _elements[] = {
{"iir", gst_iir_get_type},
- {"lpwsinc", gst_lpwsinc_get_type},
- {"bpwsinc", gst_bpwsinc_get_type},
{NULL, 0},
};
@@ -65,5 +63,5 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"filter",
- "IIR, lpwsinc and bpwsinc audio filter elements",
+ "IIR audio filter element",
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);