mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 14:36:24 +00:00
audioaggregator: add missing Since tag
This commit is contained in:
parent
1b089ab065
commit
f65145371b
1 changed files with 7 additions and 0 deletions
|
@ -572,6 +572,13 @@ gst_audio_aggregator_class_init (GstAudioAggregatorClass * klass)
|
||||||
G_MAXUINT64, DEFAULT_OUTPUT_BUFFER_DURATION,
|
G_MAXUINT64, DEFAULT_OUTPUT_BUFFER_DURATION,
|
||||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GstAudioAggregator:output-buffer-duration-fraction:
|
||||||
|
*
|
||||||
|
* Output block size in nanoseconds, expressed as a fraction.
|
||||||
|
*
|
||||||
|
* Since: 1.18
|
||||||
|
*/
|
||||||
g_object_class_install_property (gobject_class,
|
g_object_class_install_property (gobject_class,
|
||||||
PROP_OUTPUT_BUFFER_DURATION_FRACTION,
|
PROP_OUTPUT_BUFFER_DURATION_FRACTION,
|
||||||
gst_param_spec_fraction ("output-buffer-duration-fraction",
|
gst_param_spec_fraction ("output-buffer-duration-fraction",
|
||||||
|
|
Loading…
Reference in a new issue