mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
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
This commit is contained in:
parent
c409d802cd
commit
741aa2e108
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue