ges: Deprecate GESImageSource and GESMultiFileSource
authorThibault Saunier <tsaunier@igalia.com>
Wed, 25 Mar 2020 01:35:35 +0000 (22:35 -0300)
committerThibault Saunier <tsaunier@igalia.com>
Mon, 30 Mar 2020 09:54:22 +0000 (06:54 -0300)
commitddaf67fed3179a5d0948cf2e40f8ca790264db8e
treeee526d343d7339af2f8650a3f447f4b997815418
parentf99034a5220ec2327574fc7f22ba56219845a5f1
ges: Deprecate GESImageSource and GESMultiFileSource

Refactoring GESVideoSource so that #GESUriVideoSource can handle
still image in a simple way

MultiFileSource has been replaced with the new `imagesequencesrc`
element, this was totally broken anyway as `multifilesrc` can not seek
properly.
ges/ges-image-source.c
ges/ges-multi-file-source.c
ges/ges-uri-asset.c
ges/ges-uri-asset.h
ges/ges-video-source.c
ges/ges-video-source.h
ges/ges-video-uri-source.c
tests/check/ges/uriclip.c
tests/check/python/test_clip.py