From e9299c0a4f520dd2fc9cd34e00a7e8a440982add Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sun, 9 Nov 2003 15:35:22 +0000 Subject: [PATCH] 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 6e1b7484d1..ba67511695 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