From 51df56e1aa59c1657978acb191ef7a6b4d86d6ee Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sat, 26 May 2001 16:41:27 +0000 Subject: [PATCH] Removed redundant prototypes. Original commit message from CVS: Removed redundant prototypes. --- gst/gstelement.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gst/gstelement.h b/gst/gstelement.h index 212dd4c..9198eaf 100644 --- a/gst/gstelement.h +++ b/gst/gstelement.h @@ -262,10 +262,6 @@ gboolean gst_elementfactory_can_src_caps (GstElementFactory *factory, GstCaps *caps); gboolean gst_elementfactory_can_sink_caps (GstElementFactory *factory, GstCaps *caps); -gboolean gst_elementfactory_can_src_caps (GstElementFactory *factory, - GstCaps *caps); -gboolean gst_elementfactory_can_sink_caps (GstElementFactory *factory, - GstCaps *caps); GstElement* gst_elementfactory_create (GstElementFactory *factory, const gchar *name); -- 2.7.4