summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2010-09-28 14:15:13 +0300
committerStefan Kost <ensonic@users.sf.net>2010-09-28 14:23:40 +0300
commitccf35a80a0c443790f99d9248e8e5842209b47bb (patch)
tree1df976a1a5012c4fe212ad49e6ccb26aec1fc198
parent636ca1adde01cdace25b881c3c619c308bd62461 (diff)
valve: use G_PARAM_STATIC_STRINGS on properties
-rw-r--r--gst/valve/gstvalve.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/valve/gstvalve.c b/gst/valve/gstvalve.c
index 18b1e942a..cb431d4df 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