[Bug 782652] ges: Correctly handling floating references

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon May 15 11:16:23 UTC 2017


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

--- Comment #3 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 351879:
 --> (https://bugzilla.gnome.org/review?bug=782652&attachment=351879)

::: ges/ges-timeline-element.c
@@ +543,2 @@
   self->parent = parent;
+  gst_object_ref_sink (self);

This breaks the unit tests (and causes leaks), because at least sometimes
something else already removed the floating reference flag and then this now
increases the reference count.

What to do?

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