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 b6f0b33ac263a51b4bed57d12adc4d596f3fdddd..07a74ae825edf330d4b0e257ccbd9e8c7470b642 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 edca8cdab1cb7e7555f431a08b58e1a8d248778e..27d6f0ddd899917afabf1e4db2bc598e7e870ea3 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 d878bf633ced378b25321acd719a488d4bda093f..faf11bd275fcbfa933c23029b1fa32f125f4c904 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.",