diff --git a/subprojects/gst-plugins-good/ext/soup/gstsouphttpsrc.c b/subprojects/gst-plugins-good/ext/soup/gstsouphttpsrc.c index 6ead6da49f..32d2e2039b 100644 --- a/subprojects/gst-plugins-good/ext/soup/gstsouphttpsrc.c +++ b/subprojects/gst-plugins-good/ext/soup/gstsouphttpsrc.c @@ -1202,7 +1202,7 @@ gst_soup_http_src_session_open (GstSoupHTTPSrc * src) /* now owned by the loop */ g_main_context_unref (ctx); - src->session->thread = g_thread_try_new ("souphttpsrc-thread", + src->session->thread = g_thread_try_new ("souphttpsrc", thread_func, src, NULL); if (!src->session->thread) {