mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-01 01:33:52 +00:00
parent
65ba9b4756
commit
6e5db57d24
1 changed files with 3 additions and 2 deletions
|
@ -185,8 +185,9 @@ gst_live_adder_class_init (GstLiveAdderClass * klass)
|
||||||
gstelement_class->change_state = gst_live_adder_change_state;
|
gstelement_class->change_state = gst_live_adder_change_state;
|
||||||
|
|
||||||
g_object_class_install_property (gobject_class, PROP_LATENCY,
|
g_object_class_install_property (gobject_class, PROP_LATENCY,
|
||||||
g_param_spec_uint ("latency", "Buffer latency in ms",
|
g_param_spec_uint ("latency", "Buffering latency",
|
||||||
"Amount of data to buffer", 0, G_MAXUINT, DEFAULT_LATENCY_MS,
|
"Amount of data to buffer (in milliseconds)",
|
||||||
|
0, G_MAXUINT, DEFAULT_LATENCY_MS,
|
||||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue