timeline-element: Add a method to retrieve layer priority
authorThibault Saunier <tsaunier@igalia.com>
Fri, 1 Mar 2019 22:08:39 +0000 (19:08 -0300)
committerThibault Saunier <tsaunier@gnome.org>
Fri, 15 Mar 2019 23:51:55 +0000 (23:51 +0000)
commit7c5f2d11b2a2ef96f5cf0ca55b2b765bb41a391a
tree70c0b8c41e6406a4406c857e242d884c699c11ae
parentfe1595aef161df3414d5e37eb9acf9604149d8b7
timeline-element: Add a method to retrieve layer priority

Each timeline element is in a layer (potentially spanning
over several), it is very often useful to retrieve an element
layer priority (from an app perspective more than the element
priority itself as that is a bit of an implementation detail
in the end).

Port tests to it
ges/ges-clip.c
ges/ges-group.c
ges/ges-timeline-element.c
ges/ges-timeline-element.h
ges/ges-track-element.c
tests/check/ges/group.c
tests/check/ges/timelineedition.c