From aee9dba783eb255ea9cf6bbecc2636ee33119092 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 8 Nov 2003 02:52:41 +0000 Subject: much cleanup hacking made possible by plugin changes Original commit message from CVS: much cleanup hacking made possible by plugin changes --- gst/videofilter/gstvideofilter.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gst/videofilter/gstvideofilter.h') diff --git a/gst/videofilter/gstvideofilter.h b/gst/videofilter/gstvideofilter.h index fa708328..63f96920 100644 --- a/gst/videofilter/gstvideofilter.h +++ b/gst/videofilter/gstvideofilter.h @@ -98,10 +98,9 @@ GstVideofilterFormat *gst_videofilter_find_format_by_caps(GstVideofilter *filter GstCaps *caps); GstCaps *gst_videofilter_class_get_capslist(GstVideofilterClass *videofilterclass); -void gst_videofilter_postinit(GstVideofilter *videofilter); - void gst_videofilter_class_add_format(GstVideofilterClass *videofilterclass, GstVideofilterFormat *format); +void gst_videofilter_class_add_pad_templates (GstVideofilterClass *videofilterclass); G_END_DECLS -- cgit