summaryrefslogtreecommitdiffstats
path: root/gst/filter/gstfilter.c
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-06-27 12:38:35 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-06-27 12:38:35 +0000
commitc903e6470eea491ec693bab49ad8b023601d42c1 (patch)
tree501c4da76862e2401b348e6a92f5801b27112b21 /gst/filter/gstfilter.c
parent6b4bd943ceb7e97286880c9628758426e7fe9f56 (diff)
downloadgst-plugins-bad-c903e6470eea491ec693bab49ad8b023601d42c1.tar.gz
gst-plugins-bad-c903e6470eea491ec693bab49ad8b023601d42c1.tar.bz2
gst-plugins-bad-c903e6470eea491ec693bab49ad8b023601d42c1.zip
highly unoptimized windowed sinc filter
Original commit message from CVS: highly unoptimized windowed sinc filter
Diffstat (limited to 'gst/filter/gstfilter.c')
-rw-r--r--gst/filter/gstfilter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/filter/gstfilter.c b/gst/filter/gstfilter.c
index 2ed416c1..cd9f466e 100644
--- a/gst/filter/gstfilter.c
+++ b/gst/filter/gstfilter.c
@@ -32,6 +32,7 @@ struct _elements_entry {
static struct _elements_entry _elements[] = {
{ "iir", gst_iir_get_type, &gst_iir_details, NULL },
+ { "wsinc", gst_wsinc_get_type, &gst_wsinc_details, NULL },
{ NULL, 0 },
};