From: Thiago Santos Date: Sat, 1 Aug 2015 14:51:22 +0000 (-0300) Subject: templatematch: revert rename of property X-Git-Tag: 1.6.0~249 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2df67f9da0705ae4f29e98832aec6d0762b7d73c;p=platform%2Fupstream%2Fgst-plugins-bad.git templatematch: revert rename of property The property doesn't need to have its name changed because of C++, just the instance variables. --- diff --git a/ext/opencv/gsttemplatematch.c b/ext/opencv/gsttemplatematch.c index 35f495ce4..21d8cd401 100644 --- a/ext/opencv/gsttemplatematch.c +++ b/ext/opencv/gsttemplatematch.c @@ -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",