diff options
Diffstat (limited to 'gst/speed/gstspeed.c')
-rw-r--r-- | gst/speed/gstspeed.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/speed/gstspeed.c b/gst/speed/gstspeed.c index c212f2e68..323181fd9 100644 --- a/gst/speed/gstspeed.c +++ b/gst/speed/gstspeed.c @@ -481,7 +481,8 @@ speed_class_init (GstSpeedClass * klass) g_object_class_install_property (G_OBJECT_CLASS (klass), ARG_SPEED, g_param_spec_float ("speed", "speed", "speed", - 0.1, 40.0, 1.0, G_PARAM_READWRITE | G_PARAM_CONSTRUCT)); + 0.1, 40.0, 1.0, + G_PARAM_READWRITE | G_PARAM_CONSTRUCT | G_PARAM_STATIC_STRINGS)); } static void |