[vlc-commits] [Git][videolan/vlc][master] qt: correctly handle thumbnail generation signal
Hugo Beauzée-Luyssen (@chouquette)
gitlab at videolan.org
Thu Feb 17 16:37:35 UTC 2022
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC
Commits:
c7c21555 by Prince Gupta at 2022-02-17T14:40:52+00:00
qt: correctly handle thumbnail generation signal
- - - - -
1 changed file:
- modules/gui/qt/medialibrary/mlbasemodel.cpp
Changes:
=====================================
modules/gui/qt/medialibrary/mlbasemodel.cpp
=====================================
@@ -229,7 +229,7 @@ void MLBaseModel::onVlcMlEvent(const MLEvent &event)
QString mrl;
if (event.media_thumbnail_generated.b_success)
{
- QString thumbnail = qfu(event.media_thumbnail_generated.psz_mrl);
+ mrl = qfu(event.media_thumbnail_generated.psz_mrl);
status = event.media_thumbnail_generated.i_status;
}
thumbnailUpdated(index(row), item, mrl, status);
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c7c215554637434632c5d37d59915ebe1169de84
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c7c215554637434632c5d37d59915ebe1169de84
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