From 591416e0ce9fcb6c803fecd74946553684116a77 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Thu, 19 Feb 2009 13:16:39 +0000 Subject: Update Since: tags in autodetect srcs and audioecho --- gst/autodetect/gstautoaudiosrc.c | 2 +- gst/autodetect/gstautovideosrc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'gst/autodetect') diff --git a/gst/autodetect/gstautoaudiosrc.c b/gst/autodetect/gstautoaudiosrc.c index afc12a97..356581e3 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 1de2160b..7611d078 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", -- cgit