diff options
author | Stefan Kost <ensonic@users.sf.net> | 2009-07-10 23:24:36 +0100 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2009-07-10 23:27:11 +0100 |
commit | 94baad7490e1a04a2d453adac3af5a05800e6f29 (patch) | |
tree | bbdb0a614268b4b303d953df8f10ee6f3636fc27 | |
parent | 4e898a661a1aece966869e677c7570c4b4751a82 (diff) |
adder: add since tags to docs
-rw-r--r-- | gst/adder/gstadder.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/gst/adder/gstadder.c b/gst/adder/gstadder.c index 9455c463..3de9fa7c 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)); |