Skip to content

clip: Emit additional signals after child-removed

Alexandru Băluț requested to merge aleb/gst-editing-services:effects into 1.14

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.

Merge request reports