element: re-create threadpool after cleaning up tasks
authorTim-Philipp Müller <tim@centricular.com>
Fri, 8 Jul 2016 16:46:06 +0000 (17:46 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 8 Jul 2016 16:46:06 +0000 (17:46 +0100)
commit7a0f4422fa1692dfdd8df9580676c8125be4280b
treeb0dec5ca13d93881e11fdcddd7310a6dc938d157
parent9ba53ff1fc1db4f68e46c758c4d089b03b5ab87c
element: re-create threadpool after cleaning up tasks

We don't free this from gst_deinit() but from gst_task_cleanup_all(),
so more GStreamer API may be called. In particular makes unit tests
work again with CK_FORK=no.

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