summaryrefslogtreecommitdiff
path: root/ges/ges-timeline.h
diff options
context:
space:
mode:
Diffstat (limited to 'ges/ges-timeline.h')
-rw-r--r--ges/ges-timeline.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ges/ges-timeline.h b/ges/ges-timeline.h
index 1d0527a0..477a5e42 100644
--- a/ges/ges-timeline.h
+++ b/ges/ges-timeline.h
@@ -158,6 +158,9 @@ GST_EXPORT
GESTimelineElement * ges_timeline_get_element (GESTimeline * timeline, const gchar *name);
GST_EXPORT
gboolean ges_timeline_is_empty (GESTimeline * timeline);
+GST_EXPORT
+GESTimelineElement * ges_timeline_paste_element (GESTimeline * timeline,
+ GESTimelineElement * element, GstClockTime position, gint layer_priority);
G_END_DECLS