[Bug 710342] task: gst_task_new returns floating reference?
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Oct 17 02:02:08 CEST 2013
https://bugzilla.gnome.org/show_bug.cgi?id=710342
GStreamer | gstreamer (core) | git
--- Comment #2 from Brendan Long <self at brendanlong.com> 2013-10-17 00:02:01 UTC ---
Same question with GstBus:
/**
* gst_bus_new:
*
* Creates a new #GstBus instance.
*
* Returns: (transfer full): a new #GstBus instance
*/
GstBus *
gst_bus_new (void)
{
GstBus *result;
result = g_object_newv (gst_bus_get_type (), 0, NULL);
GST_DEBUG_OBJECT (result, "created new bus");
return result;
}
--
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