From 389d66b3ed5e2d798e9fb124064523239c393ad8 Mon Sep 17 00:00:00 2001 From: Yoann Lopes Date: Mon, 7 Apr 2014 14:24:51 +0200 Subject: DirectShow: Refactor camera backend. Almost entire rewrite of the camera backend. It doesn't provide new features but is more stable and behave as it should. - Correctly report camera state and status - Correctly report if the camera is ready to capture - Emit imageExposed() signal - Save captured images in an appropriate directory - Images can be captured even without a viewport - Better error handling Removed the custom QVideoWidgetControl as it doesn't provide anything more than the QVideoWidget's renderer control fallback. Task-number: QTBUG-33782 Change-Id: I9baf6f83e7c69619f20a101921f7865a1c90d5e4 Reviewed-by: Christian Stromme --- src/plugins/directshow/directshow.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/directshow/directshow.pro') diff --git a/src/plugins/directshow/directshow.pro b/src/plugins/directshow/directshow.pro index 4dad97113..982741a11 100644 --- a/src/plugins/directshow/directshow.pro +++ b/src/plugins/directshow/directshow.pro @@ -4,7 +4,7 @@ PLUGIN_TYPE=mediaservice PLUGIN_CLASS_NAME = DSServicePlugin load(qt_plugin) -QT += multimedia +QT += multimedia-private HEADERS += dsserviceplugin.h SOURCES += dsserviceplugin.cpp -- cgit v1.2.3