diff --git a/ext/opencv/textwrite/gsttextwrite.c b/ext/opencv/textwrite/gsttextwrite.c index 7449884525..807aed2fb1 100644 --- a/ext/opencv/textwrite/gsttextwrite.c +++ b/ext/opencv/textwrite/gsttextwrite.c @@ -178,6 +178,7 @@ gst_textwrite_class_init (GsttextwriteClass * klass) g_param_spec_int ("xpos", "horizontal position", "Sets the Horizontal position", 0, G_MAXINT, DEFAULT_PROP_XPOS, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); + g_object_class_install_property (gobject_class, PROP_YPOS, g_param_spec_int ("ypos", "vertical position", "Sets the Vertical position", 0, G_MAXINT, diff --git a/ext/opencv/textwrite/gsttextwrite.h b/ext/opencv/textwrite/gsttextwrite.h index af3d6af634..350e26737e 100644 --- a/ext/opencv/textwrite/gsttextwrite.h +++ b/ext/opencv/textwrite/gsttextwrite.h @@ -47,7 +47,6 @@ #define __GST_textwrite_H__ #include -//sreechage #include #include #include