Update Since: tags in autodetect srcs and audioecho
authorJan Schmidt <thaytan@noraisin.net>
Thu, 19 Feb 2009 13:16:39 +0000 (13:16 +0000)
committerJan Schmidt <thaytan@noraisin.net>
Thu, 19 Feb 2009 13:16:39 +0000 (13:16 +0000)
gst/audiofx/audioecho.c
gst/autodetect/gstautoaudiosrc.c
gst/autodetect/gstautovideosrc.c

index 3a047c3..885fb34 100644 (file)
@@ -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.
index afc12a9..356581e 100644 (file)
@@ -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",
index 1de2160..7611d07 100644 (file)
@@ -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",