From 7e10f491a7bd7d72dc3691af5710d2fa875dcc53 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sun, 9 Nov 2003 15:44:25 +0000 Subject: [PATCH] apparently you need this function now - it still doesn't work though Original commit message from CVS: apparently you need this function now - it still doesn't work though --- ext/pango/gsttimeoverlay.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/pango/gsttimeoverlay.c b/ext/pango/gsttimeoverlay.c index ba67511..ea0c38d 100644 --- a/ext/pango/gsttimeoverlay.c +++ b/ext/pango/gsttimeoverlay.c @@ -153,6 +153,8 @@ gst_timeoverlay_base_init (gpointer g_class) gst_element_class_add_pad_template (element_class, GST_PAD_TEMPLATE_GET (gst_timeoverlay_sink_template_factory)); gst_element_class_add_pad_template (element_class, GST_PAD_TEMPLATE_GET (gst_timeoverlay_src_template_factory)); gst_element_class_set_details (element_class, &timeoverlay_details); + + gst_videofilter_class_add_pad_templates (GST_VIDEOFILTER_CLASS (g_class)); } static void -- 2.7.4