From: Sjoerd Simons Date: Mon, 22 Aug 2011 13:52:57 +0000 (+0200) Subject: Correct added versions X-Git-Tag: 1.19.3~511^2~6555^2~543 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f2438913f907407690d6fcf84ce7621056017f69;p=platform%2Fupstream%2Fgstreamer.git Correct added versions --- diff --git a/gst/videorate/gstvideorate.c b/gst/videorate/gstvideorate.c index 8045b12..6060bd5 100644 --- a/gst/videorate/gstvideorate.c +++ b/gst/videorate/gstvideorate.c @@ -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",