templatematch: Remove no-op call to gst_templatematch_load_template

We have just set filter->template to NULL, so
gst_templatematch_load_template did nothing.
This commit is contained in:
William Manley 2012-06-20 15:05:06 +01:00 committed by Thiago Santos
parent d17203d26a
commit 056d652b92

View file

@ -180,7 +180,6 @@ gst_template_match_init (GstTemplateMatch * filter)
filter->cvDistImage = NULL;
filter->cvImage = NULL;
filter->method = DEFAULT_METHOD;
gst_template_match_load_template (filter);
}
static void