Correct added versions
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Mon, 22 Aug 2011 13:52:57 +0000 (15:52 +0200)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Wed, 31 Aug 2011 13:13:55 +0000 (14:13 +0100)
gst/videorate/gstvideorate.c

index 8045b12..6060bd5 100644 (file)
@@ -208,7 +208,7 @@ gst_video_rate_class_init (GstVideoRateClass * klass)
    *
    * Only drop frames, no duplicates are produced.
    *
-   * Since: 0.10.34
+   * Since: 0.10.36
    */
   g_object_class_install_property (object_class, ARG_DROP_ONLY,
       g_param_spec_boolean ("drop-only", "Only Drop",
@@ -222,7 +222,7 @@ gst_video_rate_class_init (GstVideoRateClass * klass)
    * where the framerate is calculated using a moving average over the
    * configured.
    *
-   * Since: 0.10.34
+   * Since: 0.10.36
    */
   g_object_class_install_property (object_class, ARG_AVERAGE_PERIOD,
       g_param_spec_uint64 ("average-period", "Period over which to average",