diff options
author | Thibault Saunier <tsaunier@igalia.com> | 2019-08-12 09:49:45 -0400 |
---|---|---|
committer | Thibault Saunier <tsaunier@igalia.com> | 2019-08-12 10:10:22 -0400 |
commit | 91dd3e44a7558722127be5d0ecdfa04a57c889a5 (patch) | |
tree | 6470d37c7cab7ef138098a32b03efe98f7c8b063 /plugins | |
parent | 96e022658ea43bdad5c3069bbea637bc1f508f3f (diff) |
doc: Add some missing Since:
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/ges/gesbasebin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/ges/gesbasebin.c b/plugins/ges/gesbasebin.c index d878bf63..faf11bd2 100644 --- a/plugins/ges/gesbasebin.c +++ b/plugins/ges/gesbasebin.c @@ -122,6 +122,8 @@ ges_base_bin_class_init (GESBaseBinClass * self_class) * GESBaseBin:timeline: * * Timeline to use in this bin. + * + * Since: 1.16 */ properties[PROP_TIMELINE] = g_param_spec_object ("timeline", "Timeline", "Timeline to use in this src.", |