[vlc-commits] [Git][videolan/vlc][master] lib: add missing seeking thread name

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Thu Jul 6 08:20:41 UTC 2023



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
8b96a63e by Steve Lhomme at 2023-07-06T08:01:18+00:00
lib: add missing seeking thread name

- - - - -


1 changed file:

- lib/media_list_player.c


Changes:

=====================================
lib/media_list_player.c
=====================================
@@ -327,6 +327,8 @@ static void *playlist_thread(void *data)
 {
     libvlc_media_list_player_t *mlp = data;
 
+    vlc_thread_set_name("vlc-playlist");
+
     vlc_mutex_lock(&mlp->mp_callback_lock);
 
     while (!mlp->dead)



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/8b96a63e5926625603d8ffcbc00ee437aa21fafd

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/8b96a63e5926625603d8ffcbc00ee437aa21fafd
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list