From: Stefan Kost Date: Fri, 10 Jul 2009 22:24:36 +0000 (+0100) Subject: adder: add since tags to docs X-Git-Tag: 1.19.3~511^2~9437 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=94baad7490e1a04a2d453adac3af5a05800e6f29;p=platform%2Fupstream%2Fgstreamer.git adder: add since tags to docs --- diff --git a/gst/adder/gstadder.c b/gst/adder/gstadder.c index 9455c46..3de9fa7 100644 --- a/gst/adder/gstadder.c +++ b/gst/adder/gstadder.c @@ -815,9 +815,14 @@ gst_adder_class_init (GstAdderClass * klass) parent_class = g_type_class_peek_parent (klass); + /** + * GstAdder:caps: + * + * Since: 0.10.24 + */ g_object_class_install_property (gobject_class, PROP_FILTER_CAPS, - g_param_spec_boxed ("caps", "Filter caps", - "Restrict the possible allowed capabilities (NULL means ANY). " + g_param_spec_boxed ("caps", "Target caps", + "Set target format for mixing (NULL means ANY). " "Setting this property takes a reference to the supplied GstCaps " "object.", GST_TYPE_CAPS, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));