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
This commit is contained in:
Benjamin Otte 2003-11-09 15:35:22 +00:00
parent 94ff8fbb81
commit e9299c0a4f

View 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