doc: Add some missing Since:
authorThibault Saunier <tsaunier@igalia.com>
Mon, 12 Aug 2019 13:49:45 +0000 (09:49 -0400)
committerThibault Saunier <tsaunier@igalia.com>
Mon, 12 Aug 2019 14:10:22 +0000 (10:10 -0400)
ges/ges-track.c
ges/ges-uri-asset.c
plugins/ges/gesbasebin.c

index b6f0b33..07a74ae 100644 (file)
@@ -694,6 +694,13 @@ ges_track_class_init (GESTrackClass * klass)
   g_object_class_install_property (object_class, ARG_MIXING,
       properties[ARG_MIXING]);
 
+  /**
+   * GESTrack::id:
+   *
+   * The stream-id of the underlying composition
+   *
+   * Since: 1.18
+   */
   properties[ARG_ID] =
       g_param_spec_string ("id", "Id", "The stream-id of the composition",
       NULL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
index edca8cd..27d6f0d 100644 (file)
@@ -282,6 +282,8 @@ ges_uri_clip_asset_class_init (GESUriClipAssetClass * klass)
    * GESUriClipAsset:is-nested-timeline:
    *
    * The duration (in nanoseconds) of the media file
+   *
+   * Since: 1.18
    */
   properties[PROP_IS_NESTED_TIMELINE] =
       g_param_spec_boolean ("is-nested-timeline", "Is nested timeline",
index d878bf6..faf11bd 100644 (file)
@@ -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.",