mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
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:
parent
221353e75c
commit
c454969524
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue