summaryrefslogtreecommitdiffstats
path: root/src/plugins/directshow/common/directshowvideoprobecontrol.h
Commit message (Collapse)AuthorAgeFilesLines
* DirectShow: Implement QMediaVideoProbeControl->flushVal Doroshchuk2019-09-271-0/+3
| | | | | | | | | | | | Need to flush when at least one frame is probed and stop is called, EOS or QMediaPlayer is destroyed. Fixes BFAIL : tst_QMediaPlayerBackend::probes() '(probeHandler.isVideoFlushCalled)' returned FALSE. () Task-number: QTBUG-46368 Change-Id: I09ebd6608c9a1b8a0a0707d83200d75ddb435734 Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
* DirectShow: Add audio and video probes classesChristian Strømme2017-01-271-0/+64
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>