From 7dbefedeef2fc2443ffa754e36d9594e40583dbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 11 Sep 2009 07:38:28 +0200 Subject: [PATCH] videorate: Add Since marker for the new skip-to-first property --- gst/videorate/gstvideorate.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gst/videorate/gstvideorate.c b/gst/videorate/gstvideorate.c index 500ebf37b2..6e19c2de59 100644 --- a/gst/videorate/gstvideorate.c +++ b/gst/videorate/gstvideorate.c @@ -185,6 +185,14 @@ gst_video_rate_class_init (GstVideoRateClass * klass) g_param_spec_double ("new-pref", "New Pref", "Value indicating how much to prefer new frames (unused)", 0.0, 1.0, DEFAULT_NEW_PREF, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); + + /** + * GstVideoRate:skip-to-first: + * + * Don't produce buffers before the first one we receive. + * + * Since: 0.10.25 + */ g_object_class_install_property (object_class, ARG_SKIP_TO_FIRST, g_param_spec_boolean ("skip-to-first", "Skip to first buffer", "Don't produce buffers before the first one we receive",