From c33d9d603caea672912a00b41d9f28a0ec5051e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 17 Jul 2014 14:36:16 +0100 Subject: [PATCH] xvimagesink: fix property description string Spotted by Josep Torra. --- sys/xvimage/xvimagesink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/xvimage/xvimagesink.c b/sys/xvimage/xvimagesink.c index 30e7538..6bd5b3e 100644 --- a/sys/xvimage/xvimagesink.c +++ b/sys/xvimage/xvimagesink.c @@ -1987,7 +1987,7 @@ gst_xvimagesink_class_init (GstXvImageSinkClass * klass) * unused parts of the video area. */ g_object_class_install_property (gobject_class, PROP_DRAW_BORDERS, - g_param_spec_boolean ("draw-borders", "Colorkey", + g_param_spec_boolean ("draw-borders", "Draw Borders", "Draw black borders to fill unused area in force-aspect-ratio mode", TRUE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); -- 2.7.4