mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
track-element: add start to the position to which we wish we split the bindings.
The bindings split is relative to the beginning of the clip.
This commit is contained in:
parent
0e35a68aa6
commit
219154eacb
1 changed files with 1 additions and 1 deletions
|
@ -1229,7 +1229,7 @@ ges_clip_split (GESClip * clip, guint64 position)
|
|||
GES_TIMELINE_ELEMENT (new_trackelement));
|
||||
|
||||
ges_track_element_split_bindings (trackelement, new_trackelement,
|
||||
position + inpoint);
|
||||
position - start + inpoint);
|
||||
}
|
||||
|
||||
_set_duration0 (GES_TIMELINE_ELEMENT (clip), position - _START (clip));
|
||||
|
|
Loading…
Reference in a new issue