mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
fpsdisplaysink: fix typo in property description
This commit is contained in:
parent
b32305d015
commit
ec0c87486f
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ fps_display_sink_class_init (GstFPSDisplaySinkClass * klass)
|
|||
g_object_class_install_property (gobject_klass, ARG_TEXT_OVERLAY,
|
||||
g_param_spec_boolean ("text-overlay",
|
||||
"text-overlay",
|
||||
"Wether to use text-overlay", TRUE,
|
||||
"Whether to use text-overlay", TRUE,
|
||||
G_PARAM_STATIC_STRINGS | G_PARAM_READWRITE));
|
||||
|
||||
g_object_class_install_property (gobject_klass, ARG_VIDEO_SINK,
|
||||
|
|
Loading…
Reference in a new issue