summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-02-19 13:16:39 +0000
committerJan Schmidt <thaytan@noraisin.net>2009-02-19 13:16:39 +0000
commit591416e0ce9fcb6c803fecd74946553684116a77 (patch)
tree0c2ae4590da447e96cf4597a7d02493f4a1cd85d
parent1e55235c6c1f7b947f4175b26e25627cca23baa9 (diff)
Update Since: tags in autodetect srcs and audioecho
-rw-r--r--gst/audiofx/audioecho.c2
-rw-r--r--gst/autodetect/gstautoaudiosrc.c2
-rw-r--r--gst/autodetect/gstautovideosrc.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/gst/audiofx/audioecho.c b/gst/audiofx/audioecho.c
index 3a047c3e9..885fb341d 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 afc12a978..356581e35 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 1de2160b2..7611d078b 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",