[opencv] 44/98: MacOSX / QTKit capture: trying to fix invalid timer call

Mattia Rizzolo mattia at debian.org
Tue Oct 4 17:51:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to annotated tag 2.4.13
in repository opencv.

commit 8cfc87cf01a2dbd2c5ddd9ee40b6183f8ff9041a
Author: WANG Guoqin <wangguoqin1001 at gmail.com>
Date:   Thu Mar 10 02:49:10 2016 +0800

    MacOSX / QTKit capture: trying to fix invalid timer call
---
 modules/highgui/src/cap_qtkit.mm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/modules/highgui/src/cap_qtkit.mm b/modules/highgui/src/cap_qtkit.mm
index f2f7963..568e951 100644
--- a/modules/highgui/src/cap_qtkit.mm
+++ b/modules/highgui/src/cap_qtkit.mm
@@ -95,6 +95,8 @@ didDropVideoFrameWithSampleBuffer:(QTSampleBuffer *)sampleBuffer
 - (int)updateImage;
 - (IplImage*)getOutput;
 
+- (void)doFireTimer:(NSTimer *)timer;
+
 @end
 
 /*****************************************************************************
@@ -625,6 +627,11 @@ didDropVideoFrameWithSampleBuffer:(QTSampleBuffer *)sampleBuffer
     return 1;
 }
 
+- (void)doFireTimer:(NSTimer *)timer {
+    (void)timer;
+    // dummy
+}
+
 @end
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opencv.git



More information about the debian-science-commits mailing list