mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
timeline: Emit snap-ended on commit if needed
Commiting the timeline means that the current operations on the clips are over, so we should concider snapping as done at that point Fixes T7499
This commit is contained in:
parent
91ecce1d05
commit
6762b05c19
1 changed files with 2 additions and 0 deletions
|
@ -3406,6 +3406,8 @@ ges_timeline_commit (GESTimeline * timeline)
|
|||
LOCK_DYN (timeline);
|
||||
ret = ges_timeline_commit_unlocked (timeline);
|
||||
UNLOCK_DYN (timeline);
|
||||
|
||||
ges_timeline_emit_snappig (timeline, NULL, NULL);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue