summaryrefslogtreecommitdiffstats
path: root/src/plugins/wmf/player/samplegrabber.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-041-15/+21
| | | | Change-Id: Ib038c5e3ebb48c0e46569a35d530fa5ceaf06a32
* WMF: make it possible to build only the audio decode serviceYoann Lopes2016-11-021-0/+167
The WMF plugin can now be built without the media player service. That enables the audio decode service even when DirectShow is used as media player backend. The default configuration on Windows is now: Camera, MediaPlayer -> DirectShow AudioDecode -> WMF Change-Id: Ic6f3c85ed849e0c603719cfb03794e6abd2d52fa Reviewed-by: Christian Stromme <christian.stromme@qt.io>