mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
xvimagesink: fix property description string
Spotted by Josep Torra.
This commit is contained in:
parent
5d676057b5
commit
c33d9d603c
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in a new issue