summaryrefslogtreecommitdiffstats
path: root/src/multimediawidgets
diff options
context:
space:
mode:
authorVaL Doroshchuk <valentyn.doroshchuk@qt.io>2020-01-21 16:44:40 +0100
committerVaL Doroshchuk <valentyn.doroshchuk@qt.io>2020-02-12 15:07:25 +0100
commitcbdf4561f5cdb6ee95583f14a3769c3124228586 (patch)
tree912b4b19c0001e7611f64fae87091b87d2071e0e /src/multimediawidgets
parente47ed7b88223c42dd20ef86b829061fcc4f1fc30 (diff)
Android: Flush qrc to tmp file with original name
Since android.media.MediaPlayer does not support playing from data stream, we create a temporary file and copy data to it. Each such file contains unique name. When the app is killed, dtor of QMediaPlayer is not called and thus the temporary file is not deleted. Also these files are located inside app's location, e.g. /data/data/org.qtproject.example.app/files/, and no possibility to delete them automatically. Added a fix to rename the temporary file to original name which allows to keep only one copy of the file when the app is killed. Change-Id: I36c8bc4dd339fbf4091689a05f4d9c7febf046a5 Fixes: QTBUG-59517 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'src/multimediawidgets')
0 files changed, 0 insertions, 0 deletions