[vlc-devel] [PATCH v2 4/4] libvlc: set a name on the medialist seek thread
Steve Lhomme
robux4 at ycbcr.xyz
Tue Nov 10 08:51:24 CET 2020
---
lib/media_list_player.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/media_list_player.c b/lib/media_list_player.c
index 2e7405c4928..5531d58e0c0 100644
--- a/lib/media_list_player.c
+++ b/lib/media_list_player.c
@@ -324,6 +324,8 @@ static void *playlist_thread(void *data)
{
libvlc_media_list_player_t *mlp = data;
+ vlc_thread_set_name("vlc-lib-playlst");
+
vlc_mutex_lock(&mlp->mp_callback_lock);
while (!mlp->dead)
--
2.26.2
More information about the vlc-devel
mailing list