summaryrefslogtreecommitdiff
path: root/ges/ges-clip.c
diff options
context:
space:
mode:
authorMathieuDuponchelle <mathieu.duponchelle@epitech.eu>2013-09-27 02:56:44 +0200
committerThibault Saunier <thibault.saunier@collabora.com>2013-09-28 02:44:06 +0200
commit1c389d6af37672fbe0756e1decccde98128c6ecb (patch)
tree549bcc8828ee3c56a1c71d4b2c0c24b1ace9c87a /ges/ges-clip.c
parente6f82c68e54e72b92f7f7db0ab2643bf62e6cae8 (diff)
clip: split_bindings at position * + inpoint*
Diffstat (limited to 'ges/ges-clip.c')
-rw-r--r--ges/ges-clip.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ges/ges-clip.c b/ges/ges-clip.c
index 483ac403..09a07b15 100644
--- a/ges/ges-clip.c
+++ b/ges/ges-clip.c
@@ -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));