mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-04 15:19:57 +00:00
templatematch: revert rename of property
The property doesn't need to have its name changed because of C++, just the instance variables.
This commit is contained in:
parent
02b9daafdf
commit
2df67f9da0
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ gst_template_match_class_init (GstTemplateMatchClass * klass)
|
|||
"Specifies the way the template must be compared with image regions. 0=SQDIFF, 1=SQDIFF_NORMED, 2=CCOR, 3=CCOR_NORMED, 4=CCOEFF, 5=CCOEFF_NORMED.",
|
||||
0, 5, DEFAULT_METHOD, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
g_object_class_install_property (gobject_class, PROP_TEMPLATE,
|
||||
g_param_spec_string ("templ", "Template", "Filename of template image",
|
||||
g_param_spec_string ("template", "Template", "Filename of template image",
|
||||
NULL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
g_object_class_install_property (gobject_class, PROP_DISPLAY,
|
||||
g_param_spec_boolean ("display", "Display",
|
||||
|
|
Loading…
Reference in a new issue