markerlist: implement GESMarkerList
authorMillan Castro <m.castrovilarino@gmail.com>
Thu, 22 Aug 2019 16:50:00 +0000 (18:50 +0200)
committerMathieu Duponchelle <mathieu@centricular.com>
Thu, 22 Aug 2019 19:24:02 +0000 (21:24 +0200)
commit68288a76f716a260053bd9a710970213badcaad8
tree4b3d59d87d18c4affea07fad11951867f8662c68
parent19426863e90947477e211b217c95c277115c01c7
markerlist: implement GESMarkerList

Co-authored by Mathieu Duponchelle <mathieu@centricular.com>
13 files changed:
ges/Makefile.am
ges/ges-internal.h
ges/ges-marker-list.c [new file with mode: 0644]
ges/ges-marker-list.h [new file with mode: 0644]
ges/ges-meta-container.c
ges/ges-meta-container.h
ges/ges-types.h
ges/ges.c
ges/ges.h
ges/meson.build
tests/check/ges/layer.c
tests/check/ges/markerlist.c [new file with mode: 0644]
tests/check/meson.build