ges: Deprecate the GESTimeline::track field

It is not MT safe to access it, and user should use the proper getter
This commit is contained in:
Thibault Saunier 2020-02-18 16:31:15 -03:00
parent 221353e75c
commit c454969524

View file

@ -61,7 +61,8 @@ typedef struct _GESTimelinePrivate GESTimelinePrivate;
/**
* GESTimeline:
* @layers: (element-type GES.Layer): A list of #GESLayer sorted by priority NOTE: Do not modify.
* @tracks: (element-type GES.Track): A list of #GESTrack sorted by priority NOTE: Do not modify.
* @tracks: Deprecated:1.10: (element-type GES.Track): This is not thread safe, use
* #ges_timeline_get_tracks instead.
*/
struct _GESTimeline {
GstBin parent;