summaryrefslogtreecommitdiff
path: root/gst/filter/gstfilter.c
diff options
context:
space:
mode:
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 2ed416c11..cd9f466e4 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 },
};