diff --git a/gst-libs/gst/video/video-converter.c b/gst-libs/gst/video/video-converter.c index b9a3bb5db2..85f4267dc4 100644 --- a/gst-libs/gst/video/video-converter.c +++ b/gst-libs/gst/video/video-converter.c @@ -262,7 +262,7 @@ gst_parallelized_task_runner_new (guint n_threads) /* First thread is the one calling run() */ if (i > 0) { self->threads[i].thread = - g_thread_try_new (NULL, gst_parallelized_task_thread_func, + g_thread_try_new ("videoconvert", gst_parallelized_task_thread_func, &self->threads[i], &err); if (!self->threads[i].thread) goto error;