liveadder: use G_PARAM_STATIC_STRINGS on properties
This commit is contained in:
parent
ccf35a80a0
commit
7e63d37f1c
@ -187,7 +187,7 @@ gst_live_adder_class_init (GstLiveAdderClass * klass)
|
||||
g_object_class_install_property (gobject_class, PROP_LATENCY,
|
||||
g_param_spec_uint ("latency", "Buffer latency in ms",
|
||||
"Amount of data to buffer", 0, G_MAXUINT, DEFAULT_LATENCY_MS,
|
||||
G_PARAM_READWRITE));
|
||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
GST_DEBUG_CATEGORY_INIT (live_adder_debug, "liveadder", 0, "Live Adder");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user