summaryrefslogtreecommitdiff
path: root/ext/pango/gsttextoverlay.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-01-06 23:08:34 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-01-06 23:08:34 +0000
commitb6ae6951747a7ae1f367dfacd94fb3a2c79eb54e (patch)
tree9c2242c39c1dadb2293756ab419d9eb84681dd5f /ext/pango/gsttextoverlay.c
parente67417833164c0ddf27248047637efad8088a607 (diff)
downloadgstreamer-plugins-base-b6ae6951747a7ae1f367dfacd94fb3a2c79eb54e.tar.gz
textoverlay: make text property controllable too
Because we can, and because it's the most interesting one to control really, after xpos/ypos.
Diffstat (limited to 'ext/pango/gsttextoverlay.c')
-rw-r--r--ext/pango/gsttextoverlay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pango/gsttextoverlay.c b/ext/pango/gsttextoverlay.c
index 4d5f52dc1..915a59c5f 100644
--- a/ext/pango/gsttextoverlay.c
+++ b/ext/pango/gsttextoverlay.c
@@ -382,7 +382,7 @@ gst_text_overlay_class_init (GstTextOverlayClass * klass)
g_object_class_install_property (G_OBJECT_CLASS (klass), PROP_TEXT,
g_param_spec_string ("text", "text",
"Text to be display.", DEFAULT_PROP_TEXT,
- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
+ G_PARAM_READWRITE | GST_PARAM_CONTROLLABLE | G_PARAM_STATIC_STRINGS));
g_object_class_install_property (G_OBJECT_CLASS (klass), PROP_SHADING,
g_param_spec_boolean ("shaded-background", "shaded background",
"Whether to shade the background under the text area",