[Bug 773087] task: Add set_default_task_pool_type API.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Oct 20 11:26:04 UTC 2016


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #337835|none                        |needs-work
             status|                            |

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

::: gst/gsttask.c
@@ +186,3 @@
+
+void
+gst_task_class_set_default_task_pool_type (GType type)

This could use some documentation :) Also saying that it's not a good idea to
call this function at any time as it's not thread-safe if I'm not mistaken

You probably want this only before gst_init(), but before gst_init() it's
probably also not a good idea to call init_klass_pool() here.

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