Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
1.1.1
-
None
-
77e587a6ede24409bb128e39f0c246f26f65d175
Description
The Multimedia component has explicit error reporting when loading plugins. This should probably be removed as Qt already has this (and more) debugging information available when the QT_DEBUG_PLUGINS environment variable is set to 1.
At the very least, an opt-in/out system should be utilized as some situations (such as the Simulator running on Windows) results in a bunch of plugin warnings due to the use of debug and release files.
While tracking this down, I also uncovered what appears to be an incomplete plugin-loading function. Unlike QMediaPluginLoader::load, QAudioPluginLoader::load does not clean up objects that are of an unsuitable type.
Attachments
Issue Links
- resulted from
-
QTMOBILITY-1034 spurious "Incompatible Qt library" messages
- Closed