GNOME Bugzilla – Bug 773087
task: Add set_default_task_pool_type API.
Last modified: 2018-11-03 12:37:09 UTC
API to set the default task pool is useful for applications that use a custom task pool instead of GstTaskPool.
Created attachment 337835 [details] [review] task: Add set_default_task_pool_type API.
Review of attachment 337835 [details] [review]: ::: 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.
Stian?
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/195.