summaryrefslogtreecommitdiffstats
path: root/gst/filter/gstfilter.h
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.h
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.h')
-rw-r--r--gst/filter/gstfilter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/filter/gstfilter.h b/gst/filter/gstfilter.h
index a806bb4d..a23a1440 100644
--- a/gst/filter/gstfilter.h
+++ b/gst/filter/gstfilter.h
@@ -31,4 +31,7 @@ extern GstElementDetails gst_iir_details;
extern GstPadTemplate *gst_filter_sink_factory ();
extern GstPadTemplate *gst_filter_src_factory ();
+GType gst_wsinc_get_type (void);
+extern GstElementDetails gst_wsinc_details;
+
#endif /* __GST_FILTER_H__ */