diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2014-07-17 14:36:16 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2014-07-17 14:36:16 +0100 |
commit | c33d9d603caea672912a00b41d9f28a0ec5051e4 (patch) | |
tree | f7458b2c4dcfe7c47d671b5ecc0504ddf90f6a71 /sys | |
parent | 5d676057b57f66258712e7783b3b377b9d17cd9e (diff) |
xvimagesink: fix property description string
Spotted by Josep Torra.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/xvimage/xvimagesink.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |