mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
clip: split_bindings at position * + inpoint*
This commit is contained in:
parent
e6f82c68e5
commit
1c389d6af3
1 changed files with 2 additions and 1 deletions
|
@ -1228,7 +1228,8 @@ ges_clip_split (GESClip * clip, guint64 position)
|
|||
ges_track_element_copy_properties (GES_TIMELINE_ELEMENT (trackelement),
|
||||
GES_TIMELINE_ELEMENT (new_trackelement));
|
||||
|
||||
ges_track_element_split_bindings (trackelement, new_trackelement, position);
|
||||
ges_track_element_split_bindings (trackelement, new_trackelement,
|
||||
position + inpoint);
|
||||
}
|
||||
|
||||
_set_duration0 (GES_TIMELINE_ELEMENT (clip), position - _START (clip));
|
||||
|
|
Loading…
Reference in a new issue