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:
parent
d17203d26a
commit
056d652b92
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user