gst/autodetect/: Fix "Since" tags in the documentation.
authorSebastian Dröge <slomo@circular-chaos.org>
Mon, 27 Oct 2008 09:04:37 +0000 (09:04 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Mon, 27 Oct 2008 09:04:37 +0000 (09:04 +0000)
Original commit message from CVS:
* 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.

ChangeLog
gst/autodetect/gstautoaudiosrc.c
gst/autodetect/gstautovideosrc.c

index 035ae31742ada0c7254d7d29b776a71dc76b1448..871e44335d8ca21dd20b56e9171ad673f8e427be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
+
+       * 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  <sebastian.droege@collabora.co.uk>
 
        Patch by: Sjoerd Simons <sjoerd at luon dot net>
index 04f7a6fa62ba644bcde9fa4dc6d6aa6cc08f5b17..8e23490ae4b51e990753acf02fac0517831da7a6 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.11
+   * Since: 0.10.12
    **/
   g_object_class_install_property (gobject_class, PROP_CAPS,
       g_param_spec_boxed ("filter-caps", "Filter caps",
index 1a8f768e1f708014f4197e436dd5b00723878c2c..d542178e204eecb1004d1e9b2bab9b36aad3a641 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.11
+   * Since: 0.10.12
    **/
   g_object_class_install_property (gobject_class, PROP_CAPS,
       g_param_spec_boxed ("filter-caps", "Filter caps",