summaryrefslogtreecommitdiffstats
path: root/gst/filter/gstfilter.h
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2003-11-02 14:09:39 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2003-11-02 14:09:39 +0000
commit75658894acd6eb4eb1d6ae9c808c20fde6154aec (patch)
treedcdf2b4c59bb80b0a57c826f199f4efb6e9a5250 /gst/filter/gstfilter.h
parentbd4206da038fa8d66757777f33c6ffcb26f9e824 (diff)
downloadgst-plugins-bad-75658894acd6eb4eb1d6ae9c808c20fde6154aec.tar.gz
gst-plugins-bad-75658894acd6eb4eb1d6ae9c808c20fde6154aec.tar.bz2
gst-plugins-bad-75658894acd6eb4eb1d6ae9c808c20fde6154aec.zip
Updated for the new plugin loading code
Original commit message from CVS: Updated for the new plugin loading code
Diffstat (limited to 'gst/filter/gstfilter.h')
-rw-r--r--gst/filter/gstfilter.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/gst/filter/gstfilter.h b/gst/filter/gstfilter.h
index 48b19798..4669e554 100644
--- a/gst/filter/gstfilter.h
+++ b/gst/filter/gstfilter.h
@@ -26,15 +26,10 @@
#include <gst/gst.h>
GType gst_iir_get_type (void);
-extern GstElementDetails gst_iir_details;
+GType gst_lpwsinc_get_type (void);
+GType gst_bpwsinc_get_type (void);
extern GstPadTemplate *gst_filter_sink_factory ();
extern GstPadTemplate *gst_filter_src_factory ();
-GType gst_lpwsinc_get_type (void);
-extern GstElementDetails gst_lpwsinc_details;
-
-GType gst_bpwsinc_get_type (void);
-extern GstElementDetails gst_bpwsinc_details;
-
#endif /* __GST_FILTER_H__ */