mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
Update Since: tags in autodetect srcs and audioecho
This commit is contained in:
parent
1e55235c6c
commit
591416e0ce
3 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:element-audioecho
|
* SECTION:element-audioecho
|
||||||
* @Since: 0.10.12
|
* @Since: 0.10.14
|
||||||
*
|
*
|
||||||
* audioecho adds an echo or (simple) reverb effect to an audio stream. The echo
|
* audioecho adds an echo or (simple) reverb effect to an audio stream. The echo
|
||||||
* delay, intensity and the percentage of feedback can be configured.
|
* delay, intensity and the percentage of feedback can be configured.
|
||||||
|
|
|
@ -114,7 +114,7 @@ gst_auto_audio_src_class_init (GstAutoAudioSrcClass * klass)
|
||||||
*
|
*
|
||||||
* This property can only be set before the element goes to the READY state.
|
* This property can only be set before the element goes to the READY state.
|
||||||
*
|
*
|
||||||
* Since: 0.10.12
|
* Since: 0.10.14
|
||||||
**/
|
**/
|
||||||
g_object_class_install_property (gobject_class, PROP_CAPS,
|
g_object_class_install_property (gobject_class, PROP_CAPS,
|
||||||
g_param_spec_boxed ("filter-caps", "Filter caps",
|
g_param_spec_boxed ("filter-caps", "Filter caps",
|
||||||
|
|
|
@ -112,7 +112,7 @@ gst_auto_video_src_class_init (GstAutoVideoSrcClass * klass)
|
||||||
*
|
*
|
||||||
* This property can only be set before the element goes to the READY state.
|
* This property can only be set before the element goes to the READY state.
|
||||||
*
|
*
|
||||||
* Since: 0.10.12
|
* Since: 0.10.14
|
||||||
**/
|
**/
|
||||||
g_object_class_install_property (gobject_class, PROP_CAPS,
|
g_object_class_install_property (gobject_class, PROP_CAPS,
|
||||||
g_param_spec_boxed ("filter-caps", "Filter caps",
|
g_param_spec_boxed ("filter-caps", "Filter caps",
|
||||||
|
|
Loading…
Reference in a new issue