diff options
Diffstat (limited to 'gst/filter/gstfilter.c')
-rw-r--r-- | gst/filter/gstfilter.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gst/filter/gstfilter.c b/gst/filter/gstfilter.c index cd9f466e..0aee8525 100644 --- a/gst/filter/gstfilter.c +++ b/gst/filter/gstfilter.c @@ -31,8 +31,9 @@ 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 }, + { "iir", gst_iir_get_type, &gst_iir_details, NULL }, + { "lpwsinc", gst_lpwsinc_get_type, &gst_lpwsinc_details, NULL }, + { "bpwsinc", gst_bpwsinc_get_type, &gst_bpwsinc_details, NULL }, { NULL, 0 }, }; |