From c33d9d603caea672912a00b41d9f28a0ec5051e4 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Thu, 17 Jul 2014 14:36:16 +0100 Subject: xvimagesink: fix property description string Spotted by Josep Torra. --- sys/xvimage/xvimagesink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/xvimage/xvimagesink.c b/sys/xvimage/xvimagesink.c index 30e7538cf..6bd5b3e25 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)); -- cgit v1.2.3