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:
Yoann Lopes
2013-10-08 16:15:04 +02:00
committed by The Qt Project
parent 8d78790872
commit 7d24543c27
7 changed files with 403 additions and 97 deletions

View File

@@ -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)