That function was removed from videofilter because of plugin_init changes
authorBenjamin Otte <otte@gnome.org>
Sun, 9 Nov 2003 15:35:22 +0000 (15:35 +0000)
committerBenjamin Otte <otte@gnome.org>
Sun, 9 Nov 2003 15:35:22 +0000 (15:35 +0000)
Original commit message from CVS:
That function was removed from videofilter because of plugin_init changes

ext/pango/gsttimeoverlay.c

index 6e1b748..ba67511 100644 (file)
@@ -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