From c409d802cd07f6ced8c28e24cb85321c81f48fd5 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sun, 9 Nov 2003 15:35:22 +0000 Subject: That function was removed from videofilter because of plugin_init changes Original commit message from CVS: That function was removed from videofilter because of plugin_init changes --- ext/pango/gsttimeoverlay.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/pango/gsttimeoverlay.c b/ext/pango/gsttimeoverlay.c index 6e1b7484..ba675116 100644 --- a/ext/pango/gsttimeoverlay.c +++ b/ext/pango/gsttimeoverlay.c @@ -204,8 +204,6 @@ gst_timeoverlay_init (GstTimeoverlay *timeoverlay) videofilter->srcpad = gst_pad_new_from_template ( GST_PAD_TEMPLATE_GET (gst_timeoverlay_src_template_factory), "src"); - - gst_videofilter_postinit(GST_VIDEOFILTER(timeoverlay)); } static void -- cgit