diff --git a/ChangeLog b/ChangeLog index 035ae31742..871e44335d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-10-27 Sebastian Dröge + + * gst/autodetect/gstautoaudiosrc.c: + (gst_auto_audio_src_class_init): + * gst/autodetect/gstautovideosrc.c: + (gst_auto_video_src_class_init): + Fix "Since" tags in the documentation. + 2008-10-27 Sebastian Dröge Patch by: Sjoerd Simons diff --git a/gst/autodetect/gstautoaudiosrc.c b/gst/autodetect/gstautoaudiosrc.c index 04f7a6fa62..8e23490ae4 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.11 + * Since: 0.10.12 **/ 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 1a8f768e1f..d542178e20 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.11 + * Since: 0.10.12 **/ g_object_class_install_property (gobject_class, PROP_CAPS, g_param_spec_boxed ("filter-caps", "Filter caps",