[Bug 749427] Dispose/finalize GST_REFCOUNTING log messages missing poitner of object being disposed/finalized

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri May 15 06:48:33 PDT 2015


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

--- Comment #2 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
Review of attachment 303422:
 --> (https://bugzilla.gnome.org/review?bug=749427&attachment=303422)

::: gst/gstpipeline.c
@@ -225,3 +225,3 @@
   GstClock **clock_p = &pipeline->fixed_clock;

-  GST_CAT_DEBUG_OBJECT (GST_CAT_REFCOUNTING, pipeline, "dispose");
+  GST_CAT_DEBUG_OBJECT (GST_CAT_REFCOUNTING, pipeline, "%p dispose",
pipeline);

This is suspiciously redundant. The log in GstObject should be enough imho. Any
idea ?

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