Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
2efb1d26 by Alexandre Janniaux at 2026-01-22T08:23:22+01:00
qt: remove thread naming on darwin
On darwin platforms, Qt is executed in the main thread and shares it
with the rest of the application, so don't override the name.
- - - - -
1 changed file:
- modules/gui/qt/qt.cpp
Changes:
=====================================
modules/gui/qt/qt.cpp
=====================================
@@ -771,7 +771,9 @@ static void *Thread( void *obj )
char *argv[3] = { nullptr };
int argc = 0;
+#if !defined(__APPLE__)
vlc_thread_set_name("vlc-qt");
+#endif
auto argvReleaser = vlc::wrap_carray<char*>(argv, [](char* ptr[]) {
for ( int i = 0; ptr[i] != nullptr; ++i )
View it on GitLab:
https://code.videolan.org/videolan/vlc/-/commit/2efb1d26e0b4ae460a86745817d60e8454a951ae
--
View it on GitLab:
https://code.videolan.org/videolan/vlc/-/commit/2efb1d26e0b4ae460a86745817d60e8454a951ae
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits