clip: Emit additional signals after child-removed
authorAlexandru Băluț <alexandru.balut@gmail.com>
Mon, 8 Oct 2018 22:45:29 +0000 (00:45 +0200)
committerThibault Saunier <tsaunier@igalia.com>
Wed, 7 Nov 2018 12:09:22 +0000 (09:09 -0300)
commitf987db47a7aa19cd8973d5a5eff46e50a07c9f92
tree0e268b78ac29b4d3343654f5b0673930dbec3d8d
parentc04342e4f119e7984dc6c5aa53417f052335ca58
clip: Emit additional signals after child-removed

When removing an effect from a clip, first the notify::priority signals
were being emitted for the remaining effects which changed priority, and only
at the end the child-removed signal. Now the child-removed signal is emitted
first.
ges/ges-clip.c
ges/ges-container.c
tests/check/python/common.py
tests/check/python/test_clip.py
tests/check/python/test_group.py