From ccf35a80a0c443790f99d9248e8e5842209b47bb Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Tue, 28 Sep 2010 14:15:13 +0300 Subject: [PATCH] valve: use G_PARAM_STATIC_STRINGS on properties --- gst/valve/gstvalve.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/valve/gstvalve.c b/gst/valve/gstvalve.c index 18b1e94..cb431d4 100644 --- a/gst/valve/gstvalve.c +++ b/gst/valve/gstvalve.c @@ -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 -- 2.7.4