baseaudiodecoder: rename property
This commit is contained in:
parent
d71e427c49
commit
7939d37936
@ -321,7 +321,7 @@ gst_base_audio_decoder_class_init (GstBaseAudioDecoderClass * klass)
|
|||||||
|
|
||||||
/* Properties */
|
/* Properties */
|
||||||
g_object_class_install_property (gobject_class, PROP_LATENCY,
|
g_object_class_install_property (gobject_class, PROP_LATENCY,
|
||||||
g_param_spec_int64 ("latency", "Latency",
|
g_param_spec_int64 ("min-latency", "Minimum Latency",
|
||||||
"Aggregate output data to a minimum of latency time (ns)",
|
"Aggregate output data to a minimum of latency time (ns)",
|
||||||
0, G_MAXINT64, DEFAULT_LATENCY,
|
0, G_MAXINT64, DEFAULT_LATENCY,
|
||||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user