mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
valve: use G_PARAM_STATIC_STRINGS on properties
This commit is contained in:
parent
2b70b14591
commit
4b1c3896d6
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