[Bug 793820] Implement paste functionality within GESTimeline class

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Feb 26 14:34:51 UTC 2018


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

Thibault Saunier <tsaunier at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #368927|none                        |needs-work
             status|                            |

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

::: ges/ges-timeline-element.h
@@ -196,2 +196,3 @@
                                             GObject **child, GParamSpec
**pspec);
   GESTrackType (*get_track_types)          (GESTimelineElement * self);
+  GESTimelineElement * (*get_copied_from) (GESTimelineElement * self);

This is not what I meant :-) - You should add in ges/ges-internal.h:

> G_GNUC_INTERNAL GESTimelineElement* ges_timeline_element_get_copied_from (GESTimelineElement *self);

and implement that in ges-timeline-element.c

-- 
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