valve: use G_PARAM_STATIC_STRINGS on properties
authorStefan Kost <ensonic@users.sf.net>
Tue, 28 Sep 2010 11:15:13 +0000 (14:15 +0300)
committerStefan Kost <ensonic@users.sf.net>
Tue, 28 Sep 2010 11:23:40 +0000 (14:23 +0300)
gst/valve/gstvalve.c

index 18b1e94..cb431d4 100644 (file)
@@ -121,7 +121,7 @@ gst_valve_class_init (GstValveClass * klass)
       g_param_spec_boolean ("drop",
           "Drops all buffers if TRUE",
           "If this property if TRUE, the element will drop all buffers, if its FALSE, it will let them through",
-          FALSE, G_PARAM_READWRITE));
+          FALSE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 }
 
 static void