diff --git a/gst/audiofx/audioecho.c b/gst/audiofx/audioecho.c index 3a047c3e9d359c63a74169fb96b7b454f469fa5c..885fb341d73174f128542c4ccc203f9e59d2c9ac 100644 --- a/gst/audiofx/audioecho.c +++ b/gst/audiofx/audioecho.c @@ -20,7 +20,7 @@ /** * 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 * delay, intensity and the percentage of feedback can be configured. diff --git a/gst/autodetect/gstautoaudiosrc.c b/gst/autodetect/gstautoaudiosrc.c index afc12a978f4302aef9d4121a6fd02e240d426e13..356581e35a54f90a672d534306897d675801e817 100644 --- a/gst/autodetect/gstautoaudiosrc.c +++ b/gst/autodetect/gstautoaudiosrc.c @@ -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. * - * Since: 0.10.12 + * Since: 0.10.14 **/ g_object_class_install_property (gobject_class, PROP_CAPS, g_param_spec_boxed ("filter-caps", "Filter caps", diff --git a/gst/autodetect/gstautovideosrc.c b/gst/autodetect/gstautovideosrc.c index 1de2160b2fa25e6354b1c4123e3130c8fc0ea1e0..7611d078ba3269a34ced9f1c3be9dc4634903442 100644 --- a/gst/autodetect/gstautovideosrc.c +++ b/gst/autodetect/gstautovideosrc.c @@ -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. * - * Since: 0.10.12 + * Since: 0.10.14 **/ g_object_class_install_property (gobject_class, PROP_CAPS, g_param_spec_boxed ("filter-caps", "Filter caps",