[Bug 793820] Implement paste functionality within GESTimeline class

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Feb 26 23:01:49 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=793820

--- Comment #12 from Thibault Saunier <tsaunier at gnome.org> ---
Review of attachment 368980:
 --> (https://bugzilla.gnome.org/review?bug=793820&attachment=368980)

::: ges/ges-timeline.c
@@ +3743,3 @@
+ * Paste @element inside the timeline. @element must have been
+ * created using ges_timeline_element_copy with recurse=TRUE set,
+ * otherwise it will fail.

Well, to paste you need to copy... that's just the way it works, and it
obviously makes sense.

@@ +3767,3 @@
+
+  if (!element_class->paste) {
+    GST_ERROR_OBJECT (element, "No paste vmethod implemented");

It is fine this way.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list