mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue