mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-17 22:06:41 +00:00
baseaudiodecoder: rename property
This commit is contained in:
parent
d71e427c49
commit
7939d37936
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ gst_base_audio_decoder_class_init (GstBaseAudioDecoderClass * klass)
|
|||
|
||||
/* Properties */
|
||||
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)",
|
||||
0, G_MAXINT64, DEFAULT_LATENCY,
|
||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
|
|
Loading…
Reference in a new issue