summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2003-11-09 15:44:25 +0000
committerBenjamin Otte <otte@gnome.org>2003-11-09 15:44:25 +0000
commit741aa2e10837031dd5cf27e1ac45381306f623d3 (patch)
tree9a0a9f9e992ecd42c86bcf7d9331f055cde96c22 /ext
parentc409d802cd07f6ced8c28e24cb85321c81f48fd5 (diff)
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
Diffstat (limited to 'ext')
-rw-r--r--ext/pango/gsttimeoverlay.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/pango/gsttimeoverlay.c b/ext/pango/gsttimeoverlay.c
index ba675116..ea0c38d3 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