GPS info not available in QMediaMetaData with Qt6
-
Hi,
in https://doc.qt.io/qt-5/qmediametadata.html documentation, it says that the following GPS info is available (provided that the meta data really exists in the media file header):
With Qt6 this seems gone. Does anyone know if and where can be found? I would be surprised if existing, working code in Qt5 has been discarded and is not used any more with Qt6.
-
Hi,
The QtMultimedia module has been completely rewritten for Qt 6. There are lots of things that have changed from a design point of view. I currently don't know if this support was removed or not yet re-implemented.
I would recommend checking the bug tracker to see if there's something related to it.