summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2014-07-17 14:36:16 +0100
committerTim-Philipp Müller <tim@centricular.com>2014-07-17 14:36:16 +0100
commitc33d9d603caea672912a00b41d9f28a0ec5051e4 (patch)
treef7458b2c4dcfe7c47d671b5ecc0504ddf90f6a71 /sys
parent5d676057b57f66258712e7783b3b377b9d17cd9e (diff)
downloadgst-plugins-base-c33d9d603caea672912a00b41d9f28a0ec5051e4.tar.gz
gst-plugins-base-c33d9d603caea672912a00b41d9f28a0ec5051e4.tar.xz
xvimagesink: fix property description string
Spotted by Josep Torra.
Diffstat (limited to 'sys')
-rw-r--r--sys/xvimage/xvimagesink.c2
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));