valve: use G_PARAM_STATIC_STRINGS on properties

This commit is contained in:
Stefan Kost 2010-09-28 14:15:13 +03:00 committed by Tim-Philipp Müller
parent 2b70b14591
commit 4b1c3896d6

View file

@ -121,7 +121,7 @@ gst_valve_class_init (GstValveClass * klass)
g_param_spec_boolean ("drop", g_param_spec_boolean ("drop",
"Drops all buffers if TRUE", "Drops all buffers if TRUE",
"If this property if TRUE, the element will drop all buffers, if its FALSE, it will let them through", "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 static void