valve: use G_PARAM_STATIC_STRINGS on properties
This commit is contained in:
parent
636ca1adde
commit
ccf35a80a0
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user