[vlc-commits] libvlc: set a name on the medialist seek thread
Steve Lhomme
git at videolan.org
Fri Nov 13 16:52:42 CET 2020
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon Nov 9 15:09:29 2020 +0100| [9eb231ed0d5d63a50ada48d5c65eabe5cb7135f9] | committer: Steve Lhomme
libvlc: set a name on the medialist seek thread
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9eb231ed0d5d63a50ada48d5c65eabe5cb7135f9
---
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 2e7405c492..5531d58e0c 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)
More information about the vlc-commits
mailing list