mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
valve: use G_PARAM_STATIC_STRINGS on properties
This commit is contained in:
parent
636ca1adde
commit
ccf35a80a0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue