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);
* 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",
* 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.",