Revision: 4443
          http://pd-gem.svn.sourceforge.net/pd-gem/?rev=4443&view=rev
Author:   zmoelnig
Date:     2011-08-08 15:27:45 +0000 (Mon, 08 Aug 2011)

Log Message:
-----------
fixed video::releaseFrame() -> videoBase::releaseFrame()

Modified Paths:
--------------
    trunk/Gem/plugins/videoUNICAP/videoUNICAP.cpp

Modified: trunk/Gem/plugins/videoUNICAP/videoUNICAP.cpp
===================================================================
--- trunk/Gem/plugins/videoUNICAP/videoUNICAP.cpp       2011-08-08 14:33:54 UTC 
(rev 4442)
+++ trunk/Gem/plugins/videoUNICAP/videoUNICAP.cpp       2011-08-08 15:27:45 UTC 
(rev 4443)
@@ -108,7 +108,7 @@
 
 void videoUNICAP::releaseFrame() {
   mutex.unlock();
-  video::releaseFrame();
+  videoBase::releaseFrame();
 }
 
 bool videoUNICAP :: openDevice(gem::Properties&props) {


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
pd-gem-CVS mailing list
pd-gem-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs

Reply via email to