[Bug 768577] element: clean up thread pool from gst_task_cleanup_all()

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jul 8 14:45:26 UTC 2016


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

--- Comment #2 from Guillaume Desmottes <gdesmott at gnome.org> ---
Review of attachment 331085:
 --> (https://bugzilla.gnome.org/review?bug=768577&attachment=331085)

::: gst/gstelement.c
@@ +3430,3 @@
+  if (gst_element_pool) {
+    g_thread_pool_free (gst_element_pool, FALSE, TRUE);
+    gst_element_pool = NULL;

Should we create a new pool as gsttasks.c:init_klass_pool() does?

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