mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
liveadder: use G_PARAM_STATIC_STRINGS on properties
This commit is contained in:
parent
ccf35a80a0
commit
7e63d37f1c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue