summaryrefslogtreecommitdiffstats
path: root/src/plugins/directshow/common
Commit message (Collapse)AuthorAgeFilesLines
* DirectShow: Add audio and video probes classesChristian Strømme2017-01-275-0/+246
| | | | | | | | This change only adds the audio and video probe controls, the actual implementation comes in a separate change. Change-Id: I0136cf1ef3cea3d83f7203d1955513ed44d93e5a Reviewed-by: Yoann Lopes <yoann.lopes@qt.io>
* DirectShow: Sample grabberChristian Strømme2017-01-273-0/+292
Sample grabber filter to be used in the camera implementation, and a prerequisite for adding audio and video probes support in DirectShow. Change-Id: I94f6332ebf75788847bfe629e92132f8a03b40e7 Reviewed-by: Yoann Lopes <yoann.lopes@qt.io>