[Bug 710342] task: gst_task_new returns floating reference?

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Oct 17 19:33:09 CEST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=710342
  GStreamer | gstreamer (core) | git

--- Comment #5 from Brendan Long <self at brendanlong.com> 2013-10-17 17:33:06 UTC ---
Looking through all of this code was too tedious, so I wrote a Python program
to write a C program to just run the code and figure out the results. The
program runs each constructor in my previous patch and then checks
g_object_is_floating. The output is:

gst_buffer_pool_new returns floating
gst_bus_new returns transfer full
gst_task_new returns floating
gst_task_pool_new returns floating
gst_collect_pads_new returns floating
gst_test_clock_new returns transfer full
gst_interpolation_control_source_new returns transfer full
gst_lfo_control_source_new returns transfer full
gst_trigger_control_source_new returns transfer full

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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