DirectShow: improve metadata support.
Correctly return the list of available metadata. On Windows Vista and later, we now use shell properties to retrieve the metadata. This allows us to get much more metadata properties. Task-number: QTBUG-30776 Change-Id: If542756d08d832903984ef10d09c4caf410bdb1c Reviewed-by: Christian Stromme <christian.stromme@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
8d78790872
commit
7d24543c27
@@ -4,7 +4,9 @@ load(configure)
|
||||
qtCompileTest(openal)
|
||||
qtCompileTest(opensles)
|
||||
win32 {
|
||||
qtCompileTest(directshow)
|
||||
qtCompileTest(directshow) {
|
||||
qtCompileTest(wshellitem)
|
||||
}
|
||||
qtCompileTest(wmsdk)
|
||||
qtCompileTest(wmp)
|
||||
contains(QT_CONFIG, wmf-backend): qtCompileTest(wmf)
|
||||
|
||||
Reference in New Issue
Block a user